GenericAcl.BinaryLength 속성

정의

현재 GenericAcl 개체에 대한 이진 표현의 길이(바이트)를 가져옵니다. 이 길이는 ACL을 이진 배열로 마샬링하기 전에 GetBinaryForm(Byte[], Int32) 메서드와 함께 사용해야 합니다.

public:
 abstract property int BinaryLength { int get(); };
public abstract int BinaryLength { get; }
member this.BinaryLength : int
Public MustOverride ReadOnly Property BinaryLength As Integer

속성 값

Int32

현재 GenericAcl 개체의 이진 표현 길이(바이트)입니다.

적용 대상