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