CertificateAuthenticationEvents.AuthenticationFailed Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Richiamato quando un certificato non riesce a eseguire l'autenticazione.
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