The properties of the WindowsIdentity class are listed below. For a complete list of WindowsIdentity class members, see the WindowsIdentity Members topic.
IsAuthenticated | Indicates whether the user has been authenticated by Windows. |
IsGuest | Indicates whether the user account is identified as a Guest account by the system. |
IsSystem | Indicates whether the user account is identified as a System account by the system. |
Name | Windows login name of the user on whose behalf the code is being run. |
Token | Exposes the Windows account token for the user. |
Type | The type of authentication used to identify the user. |