Freigeben über


ClaimsIdentity.AuthenticationType Property

Gets the type of authentication used.

Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As ClaimsIdentity
Dim value As String

value = instance.AuthenticationType

Syntax

'Declaration
Public ReadOnly Property AuthenticationType As String
public string AuthenticationType { get; }
public:
virtual property String^ AuthenticationType {
    String^ get () sealed;
}
/** @property */
public final String get_AuthenticationType ()
public final function get AuthenticationType () : String

Eigenschaftenwert

Returns T:System.String.

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Siehe auch

Referenz

ClaimsIdentity Class
ClaimsIdentity Members
Microsoft.IdentityModel.Claims Namespace