Sdílet prostřednictvím


GenericSecurityDescriptor.GetBinaryForm(Byte[], Int32) Metoda

Definice

Vrátí pole hodnot bajtů, které představují informace obsažené v tomto GenericSecurityDescriptor objektu.

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)

Parametry

binaryForm
Byte[]

Bajtové pole, do kterého je obsah zařazován GenericSecurityDescriptor .

offset
Int32

Posun, při kterém se má zahájit zařazování.

Výjimky

offset je záporná nebo příliš vysoká, aby bylo GenericSecurityDescriptor možné celý soubor zkopírovat do array.

Platí pro