9 writes to OnAuthenticationFailed
Microsoft.AspNetCore.Authentication.Negotiate.Test (8)
EventTests.cs (8)
77OnAuthenticationFailed = context => 101OnAuthenticationFailed = context => 125OnAuthenticationFailed = context => 150OnAuthenticationFailed = context => 176OnAuthenticationFailed = context => 200OnAuthenticationFailed = context => 226OnAuthenticationFailed = context => 250OnAuthenticationFailed = context =>
NegotiateAuthSample (1)
Startup.cs (1)
38OnAuthenticationFailed = context =>
1 reference to OnAuthenticationFailed
Microsoft.AspNetCore.Authentication.Negotiate (1)
Events\NegotiateEvents.cs (1)
35public virtual Task AuthenticationFailed(AuthenticationFailedContext context) => OnAuthenticationFailed(context);