GenericIdentity.Claims Property

Definition

Gets all claims for the user represented by this generic identity.

public:
 virtual property System::Collections::Generic::IEnumerable<System::Security::Claims::Claim ^> ^ Claims { System::Collections::Generic::IEnumerable<System::Security::Claims::Claim ^> ^ get(); };
public override System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> Claims { get; }
member this.Claims : seq<System.Security.Claims.Claim>
Public Overrides ReadOnly Property Claims As IEnumerable(Of Claim)

Property Value

A collection of claims for this GenericIdentity object.

Applies to