Freigeben über


WindowsClaimsIdentity.Claims Property

Gets the list of T:Microsoft.IdentityModel.Claims.Claim values associated with this identity.

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

Verwendung

    Dim instance As WindowsClaimsIdentity
Dim value As ClaimCollection

value = instance.Claims

Syntax

'Declaration
Public ReadOnly Property Claims As ClaimCollection
public ClaimCollection Claims { get; }
public:
virtual property ClaimCollection^ Claims {
    ClaimCollection^ get () sealed;
}
/** @property */
public final ClaimCollection get_Claims ()
public final function get Claims () : ClaimCollection

Eigenschaftenwert

The list of values associated with this identity.

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

WindowsClaimsIdentity Class
WindowsClaimsIdentity Members
Microsoft.IdentityModel.Claims Namespace