1 instantiation of AuthenticationFailedContext
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
269
var errorContext = new
AuthenticationFailedContext
(Context, Scheme, Options) { Exception = ex };
4 references to AuthenticationFailedContext
Microsoft.AspNetCore.Authentication.Negotiate (4)
Events\AuthenticationFailedContext.cs (1)
14
/// Creates a <see cref="
AuthenticationFailedContext
"/>.
Events\NegotiateEvents.cs (2)
14
public Func<
AuthenticationFailedContext
, Task> OnAuthenticationFailed { get; set; } = context => Task.CompletedTask;
35
public virtual Task AuthenticationFailed(
AuthenticationFailedContext
context) => OnAuthenticationFailed(context);
NegotiateHandler.cs (1)
269
var
errorContext = new AuthenticationFailedContext(Context, Scheme, Options) { Exception = ex };