WindowsIdentity::Claims Property
.NET Framework (current version)
Gets all claims for the user represented by this Windows 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 WindowsIdentity object.
.NET Framework
Available since 4.5
Available since 4.5
Show: