1 instantiation of CookieSignedInContext
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
364var signedInContext = new CookieSignedInContext(
4 references to CookieSignedInContext
Microsoft.AspNetCore.Authentication.Cookies (4)
CookieAuthenticationEvents.cs (3)
33public Func<CookieSignedInContext, Task> OnSignedIn { get; set; } = context => Task.CompletedTask; 139/// <param name="context">The <see cref="CookieSignedInContext"/>.</param> 140public virtual Task SignedIn(CookieSignedInContext context) => OnSignedIn(context);
CookieAuthenticationHandler.cs (1)
364var signedInContext = new CookieSignedInContext(