OpenIdConnectEvents.AuthenticationFailed(AuthenticationFailedContext) Yöntem

Tanım

İstek işleme sırasında özel durumlar oluşursa çağrılır. Gizlenmediği sürece özel durumlar bu olaydan sonra yeniden oluşturulur.

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

Parametreler

Döndürülenler

Uygulamalar

Şunlara uygulanır