다음을 통해 공유


CertificateAuthenticationEvents 클래스

정의

애플리케이션이 몇 가지 인터페이스 메서드만 재정의해야 하는 경우 IBasicAuthenticationEvents의 이 기본 구현을 사용할 수 있습니다. 이 항목은 기본 클래스처럼 사용할 수 있으며, 직접 인스턴스화할 수 있습니다.

public ref class CertificateAuthenticationEvents
public class CertificateAuthenticationEvents
type CertificateAuthenticationEvents = class
Public Class CertificateAuthenticationEvents
상속
CertificateAuthenticationEvents

생성자

CertificateAuthenticationEvents()

애플리케이션이 몇 가지 인터페이스 메서드만 재정의해야 하는 경우 IBasicAuthenticationEvents의 이 기본 구현을 사용할 수 있습니다. 이 항목은 기본 클래스처럼 사용할 수 있으며, 직접 인스턴스화할 수 있습니다.

속성

OnAuthenticationFailed

인증에 실패하면 이 속성에 할당된 대리자를 호출합니다.

OnCertificateValidated

인증서가 기본 유효성 검사를 통과했지만 사용자 지정 유효성 검사가 필요할 수 있는 경우 이 속성에 할당된 대리자를 호출합니다.

OnChallenge

챌린지가 호출자에게 다시 전송되기 전에 호출됩니다.

메서드

AuthenticationFailed(CertificateAuthenticationFailedContext)

인증서가 인증에 실패할 때 호출됩니다.

CertificateValidated(CertificateValidatedContext)

인증서의 유효성을 검사한 후 호출됨

Challenge(CertificateChallengeContext)

챌린지가 호출자에게 다시 전송되기 전에 호출됩니다.

적용 대상