Freigeben über


OpenIdConnectEvents.AuthenticationFailed(AuthenticationFailedContext) Methode

Definition

Wird aufgerufen, wenn während der Anforderungsverarbeitung Ausnahmen ausgelöst werden. Die Ausnahmen werden erneut nach diesem Ereignis ausgelöst, wenn sie nicht unterdrückt werden.

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

Parameter

Gibt zurück

Implementiert

Gilt für: