WindowsIdentity.UserClaims Property

.NET Framework (current version)
 

Gets claims that have the ClaimTypes.WindowsUserClaim property key.

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

abstract UserClaims : IEnumerable<Claim> with get
override UserClaims : IEnumerable<Claim> with get

Property Value

Type: System.Collections.Generic.IEnumerable<Claim>

A collection of claims that have the WindowsUserClaim property key.

.NET Framework
Available since 4.5
Return to top
Show: