1 override of SigningOut
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionCookieEvents.cs (1)
52public override async Task SigningOut(CookieSigningOutContext context)
3 references to SigningOut
Microsoft.AspNetCore.Authentication.Cookies (2)
CookieAuthenticationHandler.cs (1)
408await Events.SigningOut(context);
CookieSigningOutContext.cs (1)
9/// Context object passed to the <see cref="CookieAuthenticationEvents.SigningOut(CookieSigningOutContext)"/>
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionCookieEvents.cs (1)
55await GetInnerEvents(context.HttpContext).SigningOut(context);