다음을 통해 공유


ContextUtil.IsCallerInRole(String) 메서드

정의

호출자가 지정된 역할에 있는지 여부를 확인합니다.

public:
 static bool IsCallerInRole(System::String ^ role);
public static bool IsCallerInRole (string role);
static member IsCallerInRole : string -> bool
Public Shared Function IsCallerInRole (role As String) As Boolean

매개 변수

role
String

검사할 역할의 이름입니다.

반환

호출자가 지정된 역할에 있으면 true이고, 그렇지 않으면 false입니다.

예외

사용 가능한 COM+ 컨텍스트가 없는 경우

적용 대상