ContentUser.AuthenticationType Property

Definition

Gets the AuthenticationType specified to the ContentUser(String, AuthenticationType) constructor.

public:
 property System::Security::RightsManagement::AuthenticationType AuthenticationType { System::Security::RightsManagement::AuthenticationType get(); };
public System.Security.RightsManagement.AuthenticationType AuthenticationType { get; }
member this.AuthenticationType : System.Security.RightsManagement.AuthenticationType
Public ReadOnly Property AuthenticationType As AuthenticationType

Property Value

The AuthenticationType specified to the ContentUser(String, AuthenticationType) constructor.

Applies to