CertificateAuthenticationEvents Class

Definition

This default implementation of the IBasicAuthenticationEvents may be used if the application only needs to override a few of the interface methods. This may be used as a base class or may be instantiated directly.

public ref class CertificateAuthenticationEvents
public class CertificateAuthenticationEvents
type CertificateAuthenticationEvents = class
Public Class CertificateAuthenticationEvents
Inheritance
CertificateAuthenticationEvents

Constructors

CertificateAuthenticationEvents()

Properties

OnAuthenticationFailed

A delegate assigned to this property will be invoked when the authentication fails.

OnCertificateValidated

A delegate assigned to this property will be invoked when a certificate has passed basic validation, but where custom validation may be needed.

OnChallenge

Invoked before a challenge is sent back to the caller.

Methods

AuthenticationFailed(CertificateAuthenticationFailedContext)

Invoked when a certificate fails authentication.

CertificateValidated(CertificateValidatedContext)

Invoked after a certificate has been validated

Challenge(CertificateChallengeContext)

Invoked before a challenge is sent back to the caller.

Applies to