SecurityIdentifier Constructor (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)

new : 
        binaryForm:byte[] *
        offset:int -> SecurityIdentifier

Parameters

binaryForm
Type: 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: