1 implementation of GetRequestCookie
Microsoft.AspNetCore.Authentication.Cookies (1)
src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs (1)
90public string? GetRequestCookie(HttpContext context, string key)
1 reference to GetRequestCookie
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
152var cookie = Options.CookieManager.GetRequestCookie(Context, Options.Cookie.Name!);