SecurityIdentifier.BinaryLength 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回由 SecurityIdentifier 对象表示的安全标识符 (SID) 的长度(以字节为单位)。
public:
property int BinaryLength { int get(); };
public int BinaryLength { get; }
member this.BinaryLength : int
Public ReadOnly Property BinaryLength As Integer
属性值
由 SecurityIdentifier 对象表示的 SID 的长度(以字节为单位)。