GenericSecurityDescriptor.GetBinaryForm(Byte[], Int32) Metoda

Definice

Vrátí pole bajtů hodnot, 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 GenericSecurityDescriptor zařazován.

offset
Int32

Posun, na kterém se má začít zařazuje.

Výjimky

offset je záporná nebo příliš vysoká, aby se celý GenericSecurityDescriptor soubor zkopíroval do binaryForm.

Platí pro