63 writes to Name
Aspire.Dashboard (3)
Microsoft.AspNetCore.Antiforgery (1)
Microsoft.AspNetCore.Antiforgery.Test (22)
DefaultAntiforgeryTokenStoreTest.cs (17)
21Cookie = { Name = _cookieName }
40Cookie = { Name = _cookieName }
61Cookie = { Name = _cookieName }
82Cookie = { Name = "cookie-name" },
110Cookie = { Name = "cookie-name" },
138Cookie = { Name = "cookie-name" },
168Cookie = { Name = "cookie-name" },
197Cookie = { Name = "cookie-name" },
225Cookie = { Name = "cookie-name" },
252Cookie = { Name = "cookie-name" },
277Cookie = { Name = "cookie-name" },
305Cookie = { Name = "cookie-name" },
330Cookie = { Name = "cookie-name" },
374Name = _cookieName,
416Cookie = { Name = _cookieName }
454Name = _cookieName,
493Name = _cookieName,
Microsoft.AspNetCore.Authentication (1)
Microsoft.AspNetCore.Authentication.Cookies (1)
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
Microsoft.AspNetCore.Authentication.Test (15)
Microsoft.AspNetCore.Authentication.Twitter (1)
Microsoft.AspNetCore.CookiePolicy (1)
Microsoft.AspNetCore.CookiePolicy.Test (2)
Microsoft.AspNetCore.Identity (6)
Microsoft.AspNetCore.Identity.Test (4)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Microsoft.AspNetCore.Session (1)
Microsoft.AspNetCore.Session.Tests (1)
66 references to Name
Microsoft.AspNetCore.Antiforgery (7)
Microsoft.AspNetCore.Antiforgery.Test (3)
Microsoft.AspNetCore.Authentication (4)
Microsoft.AspNetCore.Authentication.Cookies (6)
Microsoft.AspNetCore.Authentication.OpenIdConnect (7)
Microsoft.AspNetCore.Authentication.Test (3)
Microsoft.AspNetCore.Authentication.Twitter (4)
Microsoft.AspNetCore.CookiePolicy (5)
Microsoft.AspNetCore.Identity.Test (4)
Microsoft.AspNetCore.Mvc.FunctionalTests (5)
Microsoft.AspNetCore.Mvc.ViewFeatures (8)
CookieTempDataProvider.cs (8)
60if (context.Request.Cookies.ContainsKey(_options.Cookie.Name))
70var encodedValue = _chunkingCookieManager.GetRequestCookie(context, _options.Cookie.Name);
76Log.TempDataCookieLoadSuccess(_logger, _options.Cookie.Name);
82Log.TempDataCookieLoadFailure(_logger, _options.Cookie.Name, ex);
88_chunkingCookieManager.DeleteCookie(context, _options.Cookie.Name, _options.Cookie.Build(context));
93Log.TempDataCookieNotFound(_logger, _options.Cookie.Name);
115_chunkingCookieManager.AppendResponseCookie(context, _options.Cookie.Name, encodedValue, cookieOptions);
119_chunkingCookieManager.DeleteCookie(context, _options.Cookie.Name, cookieOptions);
Microsoft.AspNetCore.Routing.FunctionalTests (7)
Microsoft.AspNetCore.Session (3)