SecurityIdentifier.GetBinaryForm(Byte[], Int32) メソッド

定義

SecurityIdentifier クラスによって表される指定されたセキュリティ識別子 (SID) のバイナリ表現をバイト配列にコピーします。

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[]

コピーした SID を受け取るバイト配列。

offset
Int32

binaryFormの開始インデックスとして使用するバイト オフセット。

適用対象