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의 길이(바이트 단위)입니다.

적용 대상