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