SecurityIdentifier Constructor
.NET Framework (current version)
Initializes a new instance of the SecurityIdentifier class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | SecurityIdentifier(array<Byte>^, Int32) | Initializes a new instance of the SecurityIdentifier class by using a specified binary representation of a security identifier (SID). |
![]() | 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(WellKnownSidType, SecurityIdentifier^) | Initializes a new instance of the SecurityIdentifier class by using the specified well known security identifier (SID) type and domain SID. |
Show:
