GenericSecurityDescriptor.GetBinaryForm(Byte[], Int32) Methode

Definitie

Retourneert een matrix van bytewaarden die de informatie in dit GenericSecurityDescriptor object vertegenwoordigt.

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)

Parameters

binaryForm
Byte[]

De bytematrix waarin de inhoud van de GenericSecurityDescriptor marshaled wordt weergegeven.

offset
Int32

De verschuiving waar het marshaling begint.

Uitzonderingen

offset is negatief of te hoog om het hele GenericSecurityDescriptor te kopiƫren naar binaryForm.

Van toepassing op