WindowsIdentity Constructor
Initializes a new instance of the WindowsIdentity class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | WindowsIdentity(IntPtr) | Initializes a new instance of the WindowsIdentity class for the user represented by the specified Windows account token. |
![]() | WindowsIdentity(IntPtr, String^) | Initializes a new instance of the WindowsIdentity class for the user represented by the specified Windows account token and the specified authentication type. |
![]() | WindowsIdentity(IntPtr, String^, WindowsAccountType) | Initializes a new instance of the WindowsIdentity class for the user represented by the specified Windows account token, the specified authentication type, and the specified Windows account type. |
![]() | WindowsIdentity(IntPtr, String^, WindowsAccountType, Boolean) | Initializes a new instance of the WindowsIdentity class for the user represented by the specified Windows account token, the specified authentication type, the specified Windows account type, and the specified authentication status. |
![]() | WindowsIdentity(SerializationInfo^, StreamingContext) | Initializes a new instance of the WindowsIdentity class for the user represented by information in a SerializationInfo stream. |
![]() | WindowsIdentity(String^) | Initializes a new instance of the WindowsIdentity class for the user represented by the specified User Principal Name (UPN). |
![]() | WindowsIdentity(String^, String^) | Initializes a new instance of the WindowsIdentity class for the user represented by the specified User Principal Name (UPN) and the specified authentication type. |
![]() | WindowsIdentity(WindowsIdentity^) | Initializes a new instance of the WindowsIdentity class by using the specified WindowsIdentity object. |

