AuthenticationMode enumeration

[The AD RMS SDK leveraging functionality exposed by the client in Msdrm.dll is available for use in Windows Server 2008, Windows Vista, Windows Server 2008 R2, Windows 7, Windows Server 2012, and Windows 8. It may be altered or unavailable in subsequent versions. Instead, use Active Directory Rights Management Services SDK 2.1, which leverages functionality exposed by the client in Msipc.dll.]

The AuthenticationMode enumeration type specifies the authentication method to be applied by an Active Directory Rights Management Services (AD RMS) server to a user account. This enumeration is used by the Identification object to specify the type of authentication used in the PreCertify SOAP web method.

public enum AuthenticationMode

Members

Member Description Value
Windows Use Windows authentication.
0
Federation Use Active Directory Federation Services (ADFS) authentication.
1

Requirements

Product
Rights Management Services 1.0 SP2 or later

See also

AD RMS SOAP Data Types

PreCertify

PrecertifyParams

PrecertifyResponse