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)
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)
364var signedInContext = new CookieSignedInContext(