This documentation is archived and is not being maintained.
WindowsIdentity Properties
.NET Framework 1.1
The properties of the WindowsIdentity class are listed here. For a complete list of WindowsIdentity class members, see the WindowsIdentity Members topic.
Public Properties
AuthenticationType | Gets the type of authentication used to identify 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. |
Token | Gets the Windows account token for the user. |
See Also
Show:
