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 中的起始索引的字节偏移量。

适用于