Mono Class Library: Overview

System.Security.Principal.GenericIdentity: Members

The members of System.Security.Principal.GenericIdentity are listed below.

See Also: Inherited members from System.Object

Public Constructors

Create a generic identity instance with the specified name.
Create a generic identity instance with the specified name and authentication method.

Public Properties

[read-only]
AuthenticationTypestring. The name of the authentication method used to authentify the current identity.
[read-only]
IsAuthenticatedbool. Returns if the current identity was authenticated.
[read-only]
Namestring. Current name of the identity.