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 的长度(以字节为单位)。

适用于