2 implementations of ICookieManager
Aspire.Dashboard (1)
Authentication\AspireDashboardCookieManager.cs (1)
8
internal sealed class AspireDashboardCookieManager(string httpCookieName) :
ICookieManager
Microsoft.AspNetCore.Authentication.Cookies (1)
src\aspnetcore\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!;