다음을 통해 공유


IdentityVerifier.CheckAccess(EndpointIdentity, AuthorizationContext) 메서드

정의

ID를 확인하기 위해 메서드를 구현합니다.

public:
 abstract bool CheckAccess(System::ServiceModel::EndpointIdentity ^ identity, System::IdentityModel::Policy::AuthorizationContext ^ authContext);
public abstract bool CheckAccess (System.ServiceModel.EndpointIdentity identity, System.IdentityModel.Policy.AuthorizationContext authContext);
abstract member CheckAccess : System.ServiceModel.EndpointIdentity * System.IdentityModel.Policy.AuthorizationContext -> bool
Public MustOverride Function CheckAccess (identity As EndpointIdentity, authContext As AuthorizationContext) As Boolean

매개 변수

identity
EndpointIdentity

확인할 EndpointIdentity입니다.

authContext
AuthorizationContext

AuthorizationContext를 테스트할 identity입니다.

반환

Boolean

ID가 확인되면true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

적용 대상