Sdílet prostřednictvím


GenericIdentity.AuthenticationType Vlastnost

Definice

Získá typ ověřování použitý k identifikaci uživatele.

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

Hodnota vlastnosti

Typ ověřování použitý k identifikaci uživatele.

Implementuje

Příklady

Následující kód ukazuje použití AuthenticationType vlastnosti . Tento příklad kódu je součástí většího příkladu GenericIdentity pro třídu .

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

Platí pro