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
中的起始索引之位元組位移。