GenericAce.BinaryLength 属性
定义
获取当前 GenericAce 对象的二进制表示形式的长度(以字节为单位)。Gets the length, in bytes, of the binary representation of the current GenericAce object. 在使用 GetBinaryForm(Byte[], Int32) 方法将 ACL 封送到二进制数组之前,应使用此长度。This length should be used before marshaling the ACL into a binary array with the GetBinaryForm(Byte[], Int32) method.
public:
abstract property int BinaryLength { int get(); };
public abstract int BinaryLength { get; }
member this.BinaryLength : int
Public MustOverride ReadOnly Property BinaryLength As Integer
属性值
获取当前 GenericAce 对象的二进制表示形式的长度(以字节为单位)。The length, in bytes, of the binary representation of the current GenericAce object.