SecurityIdentifier.IsAccountSid 메서드

정의

SecurityIdentifier 개체가 나타내는 SID(보안 식별자)가 유효한 Windows 계정 SID인지 여부를 나타내는 값을 반환합니다.

public:
 bool IsAccountSid();
public bool IsAccountSid();
member this.IsAccountSid : unit -> bool
Public Function IsAccountSid () As Boolean

반품

true 개체가 나타내는 SID가 유효한 Windows 계정 SID이면 SecurityIdentifier, 그렇지 않으면 false.

적용 대상