SecurityIdentifier.GetBinaryForm Method (Byte[], Int32)

 

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

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

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

Parameters

binaryForm
Type: System.Byte[]

The byte array to receive the copied 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: