GenericSecurityDescriptor.GetBinaryForm(Byte[], Int32) 方法

定義

回傳一個代表此 GenericSecurityDescriptor 物件所含資訊的位元組數陣列。

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)

參數

binaryForm
Byte[]

該位元組陣列將 的內容編入。GenericSecurityDescriptor

offset
Int32

開始動員的偏移點。

例外狀況

offset 是負值或值過高,無法將整個 GenericSecurityDescriptor 複製到 binaryForm

適用於