2 implementations of DeleteCookie
Aspire.Dashboard (1)
Authentication\AspireDashboardCookieManager.cs (1)
22
public void
DeleteCookie
(HttpContext context, string key, CookieOptions options)
Microsoft.AspNetCore.Authentication.Cookies (1)
src\aspnetcore\src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs (1)
224
public void
DeleteCookie
(HttpContext context, string key, CookieOptions options)
1 reference to DeleteCookie
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
410
Options.CookieManager.
DeleteCookie
(