SecurityIdentifier.BinaryLength プロパティ

定義

SecurityIdentifier オブジェクトによって表されるセキュリティ識別子 (SID) の長さをバイト単位で返します。

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

プロパティ値

SecurityIdentifier オブジェクトによって表される SID の長さ (バイト単位)。

適用対象