This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
AuthenticationType Enumeration
Specifies the method of rights management authentication.
Namespace:
System.Security.RightsManagement
Assembly:
WindowsBase (in WindowsBase.dll)
public enum class AuthenticationType
< object property = " enumerationMemberName " ... />
Member name Description Windows Windows authentication in a corporate domain environment. Passport Windows Live ID authentication. WindowsPassport Either Windows authentication or Windows Live ID authentication. Internal Implicit authentication to any requesting user.
AuthenticationType specifies how users who access rights managed content are to be authenticated.
Internal also provides authentication for the owner and author of a protected document or template.
The following example also shows use of the AuthenticationType enumeration.
No code example is currently available or this language may not be supported.
.NET Framework Supported in: 4, 3.5, 3.0
.NET Framework Client Profile Supported in: 4, 3.5 SP1
Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements .