WindowsIdentity Properties
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | AccessToken | Gets this SafeAccessTokenHandle for this WindowsIdentity instance. |
![]() | Actor | Gets or sets the identity of the calling party that was granted delegation rights.(Inherited from ClaimsIdentity.) |
![]() | AuthenticationType | Gets the type of authentication used to identify the user.(Overrides ClaimsIdentity::AuthenticationType.) |
![]() | BootstrapContext | Gets or sets the token that was used to create this claims identity.(Inherited from ClaimsIdentity.) |
![]() | Claims | Gets all claims for the user represented by this Windows identity.(Overrides ClaimsIdentity::Claims.) |
![]() | CustomSerializationData | (Inherited from ClaimsIdentity.) |
![]() | DeviceClaims | Gets claims that have the ClaimTypes::WindowsDeviceClaim property key. |
![]() | Groups | Gets the groups the current Windows user belongs to. |
![]() | ImpersonationLevel | Gets the impersonation level for the user. |
![]() | IsAnonymous | Gets a value that indicates whether the user account is identified as an anonymous account by the system. |
![]() | IsAuthenticated | Gets a value indicating whether the user has been authenticated by Windows.(Overrides ClaimsIdentity::IsAuthenticated.) |
![]() | IsGuest | Gets a value indicating whether the user account is identified as a Guest account by the system. |
![]() | IsSystem | Gets a value indicating whether the user account is identified as a System account by the system. |
![]() | Label | Gets or sets the label for this claims identity.(Inherited from ClaimsIdentity.) |
![]() | Name | Gets the user's Windows logon name.(Overrides ClaimsIdentity::Name.) |
![]() | NameClaimType | Gets the claim type that is used to determine which claims provide the value for the Name property of this claims identity.(Inherited from ClaimsIdentity.) |
![]() | Owner | Gets the security identifier (SID) for the token owner. |
![]() | RoleClaimType | Gets the claim type that will be interpreted as a .NET Framework role among the claims in this claims identity.(Inherited from ClaimsIdentity.) |
![]() | Token | Gets the Windows account token for the user. |
![]() | User | Gets the security identifier (SID) for the user. |
![]() | UserClaims | Gets claims that have the ClaimTypes::WindowsUserClaim property key. |

