GenericSecurityDescriptor.GetBinaryForm(Byte[], Int32) 方法

定义

返回表示此 GenericSecurityDescriptor 对象中包含的信息的字节值数组。

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

GenericSecurityDescriptor 的内容将被封送到的字节数组。

offset
Int32

开始封送的偏移量。

例外

offset 为负数,或该值高以致无法将整个 GenericSecurityDescriptor 复制到 array

适用于