The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
GenericIdentity::Claims Property
.NET Framework (current version)
Gets all claims for the user represented by this generic identity.
Assembly: mscorlib (in mscorlib.dll)
public: property IEnumerable<Claim^>^ Claims { virtual IEnumerable<Claim^>^ get() override; }
Property Value
Type: System.Collections.Generic::IEnumerable<Claim^>^A collection of claims for this GenericIdentity object.
Universal Windows Platform
Available since 10
.NET Framework
Available since 4.5
Available since 10
.NET Framework
Available since 4.5
Show: