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