SecurityIdentifier.GetBinaryForm(Byte[], Int32) Method

Definition

Copies the binary representation of the specified security identifier (SID) represented by the SecurityIdentifier class to a byte array.

public:
 void GetBinaryForm(cli::array <System::Byte> ^ binaryForm, int offset);
public void GetBinaryForm (byte[] binaryForm, int offset);
member this.GetBinaryForm : byte[] * int -> unit
Public Sub GetBinaryForm (binaryForm As Byte(), offset As Integer)

Parameters

binaryForm
Byte[]

The byte array to receive the copied SID.

offset
Int32

The byte offset to use as the starting index in binaryForm.

Applies to