GenericIdentity Constructor
.NET Framework (current version)
Initializes a new instance of the GenericIdentity class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GenericIdentity(GenericIdentity) | Initializes a new instance of the GenericIdentity class by using the specified GenericIdentity object. |
![]() | GenericIdentity(String) | Initializes a new instance of the GenericIdentity class representing the user with the specified name. |
![]() | GenericIdentity(String, String) | Initializes a new instance of the GenericIdentity class representing the user with the specified name and authentication type. |
Show:

