8 references to Events
Microsoft.AspNetCore.Authentication.Cookies (8)
CookieAuthenticationHandler.cs (8)
108
await
Events
.CheckSlidingExpiration(eventContext);
215
await
Events
.ValidatePrincipal(context);
328
await
Events
.SigningIn(signInContext);
372
await
Events
.SignedIn(signedInContext);
403
await
Events
.SigningOut(context);
443
await
Events
.RedirectToReturnUrl(
464
await
Events
.RedirectToAccessDenied(redirectContext);
478
await
Events
.RedirectToLogin(redirectContext);