GenericSecurityDescriptor.GetBinaryForm(Byte[], Int32) Metod

Definition

Returnerar en matris med bytevärden som representerar informationen i det här GenericSecurityDescriptor objektet.

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 innehållet GenericSecurityDescriptor i konverteras till.

offset
Int32

Förskjutningen som du vill starta marskalkering vid.

Undantag

offset är negativ eller för hög för att hela GenericSecurityDescriptor ska kunna kopieras till binaryForm.

Gäller för