1 instantiation of CookieSigningOutContext
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
401
var context = new
CookieSigningOutContext
(
6 references to CookieSigningOutContext
Microsoft.AspNetCore.Authentication.Cookies (5)
CookieAuthenticationEvents.cs (3)
40
public Func<
CookieSigningOutContext
, Task> OnSigningOut { get; set; } = context => Task.CompletedTask;
153
/// <param name="context">The <see cref="
CookieSigningOutContext
"/>.</param>
154
public virtual Task SigningOut(
CookieSigningOutContext
context) => OnSigningOut(context);
CookieAuthenticationHandler.cs (1)
401
var
context = new CookieSigningOutContext(
CookieSigningOutContext.cs (1)
9
/// Context object passed to the <see cref="CookieAuthenticationEvents.SigningOut(
CookieSigningOutContext
)"/>
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionCookieEvents.cs (1)
52
public override async Task SigningOut(
CookieSigningOutContext
context)