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)
152var cookie = Options.CookieManager.GetRequestCookie(Context, Options.Cookie.Name!); 280Options.CookieManager.AppendResponseCookie( 358Options.CookieManager.AppendResponseCookie( 404Options.CookieManager.DeleteCookie(
PostConfigureCookieAuthenticationOptions.cs (1)
46if (options.CookieManager == null)