SecurityIdentifier.GetBinaryForm(Byte[], Int32) 方法    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 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 中的起始索引的字节偏移量。