Share via


CommonAcl.BinaryLength 속성

정의

현재 CommonAcl 개체에 대한 이진 표현의 길이(바이트)를 가져옵니다. 이 길이는 GetBinaryForm(Byte[], Int32) 메서드를 사용하여 ACL(액세스 제어 목록)을 이진 배열로 마샬링하기 전에 사용해야 합니다.

public:
 property int BinaryLength { int get(); };
public override sealed int BinaryLength { get; }
member this.BinaryLength : int
Public Overrides NotOverridable ReadOnly Property BinaryLength As Integer

속성 값

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

적용 대상