1 override of SigningOut
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionCookieEvents.cs (1)
52
public override async Task
SigningOut
(CookieSigningOutContext context)
3 references to SigningOut
Microsoft.AspNetCore.Authentication.Cookies (2)
CookieAuthenticationHandler.cs (1)
408
await 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)
55
await GetInnerEvents(context.HttpContext).
SigningOut
(context);