GenericSecurityDescriptor.GetBinaryForm(Byte[], Int32) Metódus

Definíció

Az objektumban GenericSecurityDescriptor található információkat képviselő bájtértékek tömbje.

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)

Paraméterek

binaryForm
Byte[]

Az a bájttömb, amelybe a GenericSecurityDescriptor tartalom bele van helyezve.

offset
Int32

Az eltolás, amelynél a marsallálást el kell kezdeni.

Kivételek

offset negatív vagy túl magas ahhoz, hogy az egész GenericSecurityDescriptor bemásolható binaryFormlegyen.

A következőre érvényes: