GenericIdentity.AuthenticationType Eigenschap

Definitie

Hiermee haalt u het type verificatie op dat wordt gebruikt om de gebruiker te identificeren.

public:
 virtual property System::String ^ AuthenticationType { System::String ^ get(); };
public override string AuthenticationType { get; }
public virtual string AuthenticationType { get; }
member this.AuthenticationType : string
Public Overrides ReadOnly Property AuthenticationType As String
Public Overridable ReadOnly Property AuthenticationType As String

Waarde van eigenschap

Het type verificatie dat wordt gebruikt om de gebruiker te identificeren.

Implementeringen

Voorbeelden

De volgende code toont het gebruik van de AuthenticationType eigenschap. Dit codevoorbeeld maakt deel uit van een groter voorbeeld voor de GenericIdentity klasse.

String^ identityAuthenticationType = genericIdentity->AuthenticationType;
string identityAuthenticationType = 
    genericIdentity.AuthenticationType;
Dim identityAuthenticationType As String
identityAuthenticationType = genericIdentity.AuthenticationType()

Van toepassing op