SecurityIdentifier Constructor
.NET Framework 4
Initializes a new instance of the SecurityIdentifier class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SecurityIdentifier(IntPtr) | Initializes a new instance of the SecurityIdentifier class by using an integer that represents the binary form of a security identifier (SID). |
|
SecurityIdentifier(String) | Initializes a new instance of the SecurityIdentifier class by using the specified security identifier (SID) in Security Descriptor Definition Language (SDDL) format. |
|
SecurityIdentifier(Byte[], Int32) | Initializes a new instance of the SecurityIdentifier class by using a specified binary representation of a security identifier (SID). |
|
SecurityIdentifier(WellKnownSidType, SecurityIdentifier) | Initializes a new instance of the SecurityIdentifier class by using the specified well known security identifier (SID) type and domain SID. |