GenericAce.CreateFromBinaryForm(Byte[], Int32) 方法
定义
从指定的二进制数据创建一个 GenericAce 对象。Creates a GenericAce object from the specified binary data.
public:
static System::Security::AccessControl::GenericAce ^ CreateFromBinaryForm(cli::array <System::Byte> ^ binaryForm, int offset);
public static System.Security.AccessControl.GenericAce CreateFromBinaryForm (byte[] binaryForm, int offset);
static member CreateFromBinaryForm : byte[] * int -> System.Security.AccessControl.GenericAce
Public Shared Function CreateFromBinaryForm (binaryForm As Byte(), offset As Integer) As GenericAce
参数
- binaryForm
- Byte[]
用于创建新 GenericAce 对象的二进制数据。The binary data from which to create the new GenericAce object.
- offset
- Int32
开始取消封送的偏移量。The offset at which to begin unmarshaling.
返回
此方法创建的 GenericAce 对象。The GenericAce object this method creates.