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