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)

member GetBinaryForm : 
        binaryForm:byte[] *
        offset:int -> unit

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: