SecurityIdentifier Constructor (array<Byte>^, Int32)
.NET Framework (current version)
Initializes a new instance of the SecurityIdentifier class by using a specified binary representation of a security identifier (SID).
Assembly: mscorlib (in mscorlib.dll)
Parameters
- binaryForm
-
Type:
array<System::Byte>^
The byte array that represents the SID.
- offset
-
Type:
System::Int32
The byte offset to use as the starting index in binaryForm.
.NET Framework
Available since 2.0
Available since 2.0
Show: