GenericSecurityDescriptor.BinaryLength プロパティ

定義

現在の GenericSecurityDescriptor オブジェクトのバイナリ表現の長さをバイト単位で取得します。 この長さは、 GetBinaryForm(Byte[], Int32) メソッドを使用して ACL をバイナリ配列にマーシャリングする前に使用する必要があります。

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

プロパティ値

現在の GenericSecurityDescriptor オブジェクトのバイナリ表現の長さ (バイト単位)。

適用対象