WindowsIdentity.Claims Property

.NET Framework (current version)
 

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

Namespace:   System.Security.Principal
Assembly:  mscorlib (in mscorlib.dll)

Public Overrides ReadOnly Property Claims As IEnumerable(Of Claim)

Property Value

Type: System.Collections.Generic.IEnumerable(Of Claim)

A collection of claims for this WindowsIdentity object.

.NET Framework
Available since 4.5
Return to top
Show: