SecurityIdentifier.IsEqualDomainSid(SecurityIdentifier) 메서드

정의

SecurityIdentifier 개체로 표시된 SID(보안 식별자)가 지정된 SID와 동일한 도메인에 속하는지 여부를 나타내는 값을 반환합니다.

public:
 bool IsEqualDomainSid(System::Security::Principal::SecurityIdentifier ^ sid);
public bool IsEqualDomainSid (System.Security.Principal.SecurityIdentifier sid);
member this.IsEqualDomainSid : System.Security.Principal.SecurityIdentifier -> bool
Public Function IsEqualDomainSid (sid As SecurityIdentifier) As Boolean

매개 변수

sid
SecurityIdentifier

SecurityIdentifier 개체와 비교할 SID입니다.

반환

Boolean

SecurityIdentifier 개체로 표시된 SID가 sid SID와 동일한 도메인에 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상