4 writes to OnAuthenticated
Microsoft.AspNetCore.Authentication.Negotiate.Test (4)
EventTests.cs (4)
277
OnAuthenticated
= context =>
306
OnAuthenticated
= context =>
328
OnAuthenticated
= context =>
352
OnAuthenticated
= context =>
1 reference to OnAuthenticated
Microsoft.AspNetCore.Authentication.Negotiate (1)
Events\NegotiateEvents.cs (1)
45
public virtual Task Authenticated(AuthenticatedContext context) =>
OnAuthenticated
(context);