SecurityIdentifier Constructor

 

Initializes a new instance of the SecurityIdentifier class.

Namespace:   System.Security.Principal
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSecurityIdentifier(array<Byte>^, Int32)

Initializes a new instance of the SecurityIdentifier class by using a specified binary representation of a security identifier (SID).

System_CAPS_pubmethodSecurityIdentifier(IntPtr)

Initializes a new instance of the SecurityIdentifier class by using an integer that represents the binary form of a security identifier (SID).

System_CAPS_pubmethodSecurityIdentifier(String^)

Initializes a new instance of the SecurityIdentifier class by using the specified security identifier (SID) in Security Descriptor Definition Language (SDDL) format.

System_CAPS_pubmethodSecurityIdentifier(WellKnownSidType, SecurityIdentifier^)

Initializes a new instance of the SecurityIdentifier class by using the specified well known security identifier (SID) type and domain SID.

Return to top
Show: