SecurityIdentifier.BinaryLength 屬性

定義

傳回 SecurityIdentifier 物件所表示的安全識別項 (SID) 之長度,以位元組為單位。

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

屬性值

Int32

傳回 SecurityIdentifier 物件所表示的 SID 之長度,以位元組為單位。

適用於