Mono Class Library: Overview

System.Security.Principal.WindowsIdentity: Method Members

The methods 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 Methods

Dispose()
Documentation for this section has not yet been entered.
Finalize()
Documentation for this section has not yet been entered.
static
GetAnonymous() : WindowsIdentity
Return the operating system anonymous identity.
static
GetCurrent() : WindowsIdentity
Return the current operating system identity (user).
static
GetCurrent(bool) : WindowsIdentity
Documentation for this section has not yet been entered.
static
GetCurrent(TokenAccessLevels) : WindowsIdentity
Documentation for this section has not yet been entered.
Impersonate() : WindowsImpersonationContext
Impersonate the instance identity (user).
static
Impersonate(IntPtr) : WindowsImpersonationContext
Impersonate the identity identified by the specified token.

Protected Methods

Dispose(bool)
Documentation for this section has not yet been entered.