1 instantiation of CookieSignedInContext
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
365var signedInContext = new CookieSignedInContext(
5 references to CookieSignedInContext
Microsoft.AspNetCore.Authentication.Cookies (4)
CookieAuthenticationEvents.cs (3)
35public Func<CookieSignedInContext, Task> OnSignedIn { get; set; } = context => Task.CompletedTask; 147/// <param name="context">The <see cref="CookieSignedInContext"/>.</param> 148public virtual Task SignedIn(CookieSignedInContext context) => OnSignedIn(context);
CookieAuthenticationHandler.cs (1)
365var signedInContext = new CookieSignedInContext(
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionCookieEvents.cs (1)
47public override async Task SignedIn(CookieSignedInContext context)