System.Security.Principal.SecurityIdentifier.GetBinaryForm Method

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

Syntax

public void GetBinaryForm (byte[] binaryForm, int offset)

Parameters

binaryForm
The byte array to receive the copied SID.
offset
The byte offset to use as the starting index in binaryForm.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Security.Principal
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0