SecurityIdentifier.GetBinaryForm(Byte[], Int32) Metod

Definition

Kopierar den binära representationen av den angivna säkerhetsidentifieraren (SID) som representeras av SecurityIdentifier klassen till en bytematris.

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)

Parametrar

binaryForm
Byte[]

Byte-matrisen som ska ta emot det kopierade SID:et.

offset
Int32

Byte-förskjutningen som ska användas som startindex i binaryForm.

Gäller för