1 override of RedirectToLogin
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionCookieEvents.cs (1)
63public override async Task RedirectToLogin(RedirectContext<CookieAuthenticationOptions> context)
2 references to RedirectToLogin
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
483await Events.RedirectToLogin(redirectContext);
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionCookieEvents.cs (1)
65await GetInnerEvents(context.HttpContext).RedirectToLogin(context);