WindowsIdentity Constructor
.NET Framework 2.0
Initializes a new instance of the WindowsIdentity class.
| Name | Description |
|---|---|
| WindowsIdentity (IntPtr) | Initializes a new instance of the WindowsIdentity class for the user represented by the specified Windows account token. |
| WindowsIdentity (String) | Initializes a new instance of the WindowsIdentity class for the user represented by the specified User Principal Name (UPN). |
| 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 (SerializationInfo, StreamingContext) | Initializes a new instance of the WindowsIdentity class for the user represented by information in a SerializationInfo stream. |
| 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 (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. |
Community Additions
ADD
Show: