NegotiateEvents.OnAuthenticationFailed Vlastnost

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:
 property Func<Microsoft::AspNetCore::Authentication::Negotiate::AuthenticationFailedContext ^, System::Threading::Tasks::Task ^> ^ OnAuthenticationFailed { Func<Microsoft::AspNetCore::Authentication::Negotiate::AuthenticationFailedContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::Negotiate::AuthenticationFailedContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.Negotiate.AuthenticationFailedContext,System.Threading.Tasks.Task> OnAuthenticationFailed { get; set; }
member this.OnAuthenticationFailed : Func<Microsoft.AspNetCore.Authentication.Negotiate.AuthenticationFailedContext, System.Threading.Tasks.Task> with get, set
Public Property OnAuthenticationFailed As Func(Of AuthenticationFailedContext, Task)

Hodnota vlastnosti

Func<AuthenticationFailedContext,Task>

Platí pro