NegotiateEvents.AuthenticationFailed(AuthenticationFailedContext) Metoda

Definice

Vyvoláno, pokud se během zpracování požadavku vyvolá výjimky. Výjimky budou po této události znovu vyvolány, pokud nebudou potlačeny.

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

Parametry

Návraty

Task

Platí pro