Partager via


CertificateAuthenticationEvents.AuthenticationFailed Méthode

Définition

Appelé lorsqu’un certificat échoue à l’authentification.

public:
 virtual System::Threading::Tasks::Task ^ AuthenticationFailed(Microsoft::AspNetCore::Authentication::Certificate::CertificateAuthenticationFailedContext ^ context);
public virtual System.Threading.Tasks.Task AuthenticationFailed (Microsoft.AspNetCore.Authentication.Certificate.CertificateAuthenticationFailedContext context);
abstract member AuthenticationFailed : Microsoft.AspNetCore.Authentication.Certificate.CertificateAuthenticationFailedContext -> System.Threading.Tasks.Task
override this.AuthenticationFailed : Microsoft.AspNetCore.Authentication.Certificate.CertificateAuthenticationFailedContext -> System.Threading.Tasks.Task
Public Overridable Function AuthenticationFailed (context As CertificateAuthenticationFailedContext) As Task

Paramètres

Retours

S’applique à