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 オブジェクトのバイナリ表現の長さ (バイト単位)。

適用対象