Mono Class Library: OverviewSystem.Security.Principal.WindowsIdentity: Members |
The members of System.Security.Principal.WindowsIdentity are listed below.
See Also: Inherited members from System.Object
Create a new WindowsIdentity instance based on the specified user token. Create a new WindowsIdentity instance based on the specified user principal name. Create a new WindowsIdentity instance based on the specified user token. Create a new WindowsIdentity instance based on the serialized informations. Create a new WindowsIdentity instance based on the specified user principal name. Create a new WindowsIdentity instance based on the specified user token. Create a new WindowsIdentity instance based on the specified user token.
[read-only] AuthenticationType string. The name of the authentication method used to authentify the current identity. [read-only] Groups IdentityReferenceCollection. Documentation for this section has not yet been entered. [read-only] ImpersonationLevel TokenImpersonationLevel. Documentation for this section has not yet been entered. [read-only] IsAnonymous bool. Returns if the current identity represents an anonymous identity. [read-only] IsAuthenticated bool. Returns if the current identity was authenticated. [read-only] IsGuest bool. Returns if the current identity represents an guest identity. [read-only] IsSystem bool. Returns if the current identity represents the SYSTEM identity. [read-only] Name string. Current name of the identity. [read-only] Owner SecurityIdentifier. Documentation for this section has not yet been entered. [read-only] Token IntPtr. Return the current user token. [read-only] User SecurityIdentifier. Documentation for this section has not yet been entered.
Dispose() Documentation for this section has not yet been entered.Finalize() Documentation for this section has not yet been entered. staticGetAnonymous() : WindowsIdentity Return the operating system anonymous identity. staticGetCurrent() : WindowsIdentity Return the current operating system identity (user). staticGetCurrent(bool) : WindowsIdentity Documentation for this section has not yet been entered. staticGetCurrent(TokenAccessLevels) : WindowsIdentity Documentation for this section has not yet been entered.Impersonate() : WindowsImpersonationContext Impersonate the instance identity (user). staticImpersonate(IntPtr) : WindowsImpersonationContext Impersonate the identity identified by the specified token.
System.Runtime.Serialization.ISerializable.GetObjectData Documentation for this section has not yet been entered. System.Runtime.Serialization.IDeserializationCallback.OnDeserialization Documentation for this section has not yet been entered.