WindowsIdentity Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| AuthenticationType | Gets the type of authentication used to identify the user. |
| Groups | Gets the groups the current Windows user belongs to. |
| ImpersonationLevel | Gets the impersonation level for the user. |
| IsAnonymous | Gets a value indicating 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. |
| 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. |
| Name | Gets the user's Windows logon name. |
| Owner | Gets the security identifier (SID) for the token owner. |
| Token | Gets the Windows account token for the user. |
| User | Gets the security identifier (SID) for the user. |
Community Additions
ADD
Show: