Mono Class Library: OverviewSystem.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
[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.