Mono Class Library: Overview

System.Security.Principal.WindowsIdentity: Property Members

The properties of System.Security.Principal.WindowsIdentity are listed below. For a list of all members, see the WindowsIdentity Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
AuthenticationTypestring. The name of the authentication method used to authentify the current identity.
[read-only]
GroupsIdentityReferenceCollection. Documentation for this section has not yet been entered.
[read-only]
ImpersonationLevelTokenImpersonationLevel. Documentation for this section has not yet been entered.
[read-only]
IsAnonymousbool. Returns if the current identity represents an anonymous identity.
[read-only]
IsAuthenticatedbool. Returns if the current identity was authenticated.
[read-only]
IsGuestbool. Returns if the current identity represents an guest identity.
[read-only]
IsSystembool. Returns if the current identity represents the SYSTEM identity.
[read-only]
Namestring. Current name of the identity.
[read-only]
OwnerSecurityIdentifier. Documentation for this section has not yet been entered.
[read-only]
TokenIntPtr. Return the current user token.
[read-only]
UserSecurityIdentifier. Documentation for this section has not yet been entered.