CertificateAuthenticationEvents.OnAuthenticationFailed Eigenschaft

Definition

Ein Dieser Eigenschaft zugewiesener Delegat wird aufgerufen, wenn die Authentifizierung fehlschlägt.

public:
 property Func<Microsoft::AspNetCore::Authentication::Certificate::CertificateAuthenticationFailedContext ^, System::Threading::Tasks::Task ^> ^ OnAuthenticationFailed { Func<Microsoft::AspNetCore::Authentication::Certificate::CertificateAuthenticationFailedContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::Certificate::CertificateAuthenticationFailedContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.Certificate.CertificateAuthenticationFailedContext,System.Threading.Tasks.Task> OnAuthenticationFailed { get; set; }
member this.OnAuthenticationFailed : Func<Microsoft.AspNetCore.Authentication.Certificate.CertificateAuthenticationFailedContext, System.Threading.Tasks.Task> with get, set
Public Property OnAuthenticationFailed As Func(Of CertificateAuthenticationFailedContext, Task)

Eigenschaftswert

Gilt für: