2 implementations of ICookieManager
Aspire.Dashboard (1)
Authentication\AspireDashboardCookieManager.cs (1)
8internal sealed class AspireDashboardCookieManager(string httpCookieName) : ICookieManager
Microsoft.AspNetCore.Authentication.Cookies (1)
src\aspnetcore\src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs (1)
25public class ChunkingCookieManager : ICookieManager
1 reference to ICookieManager
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationOptions.cs (1)
116public ICookieManager CookieManager { get; set; } = default!;