1 implementation of ICookieManager
Microsoft.AspNetCore.Authentication.Cookies (1)
src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs (1)
25
public class ChunkingCookieManager :
ICookieManager
1 reference to ICookieManager
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationOptions.cs (1)
116
public
ICookieManager
CookieManager { get; set; } = default!;