SecurityIdentifier.IsWellKnown(WellKnownSidType) 메서드

정의

SecurityIdentifier 개체가 알려진 특정 SID(보안 식별자) 형식과 일치하는지 여부를 나타내는 값을 반환합니다.

public:
 bool IsWellKnown(System::Security::Principal::WellKnownSidType type);
public bool IsWellKnown (System.Security.Principal.WellKnownSidType type);
member this.IsWellKnown : System.Security.Principal.WellKnownSidType -> bool
Public Function IsWellKnown (type As WellKnownSidType) As Boolean

매개 변수

type
WellKnownSidType

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

반환

Boolean

typeSecurityIdentifier 개체에 대한 SID 형식이면 true이고, 그렇지 않으면 false입니다.

적용 대상