NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WindowsIdentity Properties

The properties of the WindowsIdentity class are listed below. For a complete list of WindowsIdentity class members, see the WindowsIdentity Members topic.

Public:

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.

See Also

WindowsIdentity Class | System.Security.Principal Namespace