SecurityIdentifier.IsAccountSid 메서드

정의

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

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

반환

SecurityIdentifier 개체로 표시된 SID가 유효한 Windows 계정 SID이면 true이고, 그렇지 않으면 false입니다.

적용 대상