1 write to CookieManager
Microsoft.AspNetCore.Authentication.Cookies (1)
PostConfigureCookieAuthenticationOptions.cs (1)
48options.CookieManager = new ChunkingCookieManager();
5 references to CookieManager
Microsoft.AspNetCore.Authentication.Cookies (5)
CookieAuthenticationHandler.cs (4)
153var cookie = Options.CookieManager.GetRequestCookie(Context, Options.Cookie.Name!); 281Options.CookieManager.AppendResponseCookie( 359Options.CookieManager.AppendResponseCookie( 405Options.CookieManager.DeleteCookie(
PostConfigureCookieAuthenticationOptions.cs (1)
46if (options.CookieManager == null)