IIdentity.AuthenticationType Vlastnost

Definice

Získá typ použitého ověřování.

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

Hodnota vlastnosti

Typ ověřování sloužící k identifikaci uživatele.

Poznámky

Typ ověřování se předává modulu CLR (Common Language Runtime) operačnímu systému nebo jinému poskytovateli ověřování. Příklady typů ověřování jsou základní ověřování, NTLM, Kerberos a Passport.

Platí pro