SecurityIdentifier Constructor (array<Byte>^, Int32)

 

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

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

public:
SecurityIdentifier(
	array<unsigned char>^ binaryForm,
	int offset
)

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
Return to top
Show: