IClaimsIdentity.Claims Property
A collection of Claim objects. It supports getting a Claim at a given index. Refer to the Claim class definition for details.
Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim instance As IClaimsIdentity Dim value As ClaimCollection value = instance.Claims
Syntax
'Declaration
ReadOnly Property Claims As ClaimCollection
ClaimCollection Claims { get; }
property ClaimCollection^ Claims {
ClaimCollection^ get ();
}
/** @property */
ClaimCollection get_Claims ()
function get Claims () : ClaimCollection
Eigenschaftenwert
Returns ClaimCollection.
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
IClaimsIdentity Interface
IClaimsIdentity Members
Microsoft.IdentityModel.Claims Namespace