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 の開始インデックスとして使用するバイト オフセット。

適用対象