次の方法で共有


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 全体を array にコピーするには大きすぎる値です。

適用対象