SecurityIdentifier.IsWellKnown(WellKnownSidType) 메서드

정의

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

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 .

반품

개체의 SID 형식이면 /> 이고, 그렇지 않으면 .

적용 대상