16 references to Cookie
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
798
options.
Cookie
.Name = DashboardAuthCookieName;
857
options.
Cookie
.Name = DashboardAuthCookieName;
Microsoft.AspNetCore.Authentication.Cookies (8)
CookieAuthenticationHandler.cs (5)
152
var cookie = Options.CookieManager.GetRequestCookie(Context, Options.
Cookie
.Name!);
231
var cookieOptions = Options.
Cookie
.Build(Context);
282
Options.
Cookie
.Name!,
360
Options.
Cookie
.Name!,
406
Options.
Cookie
.Name!,
CookieExtensions.cs (1)
80
builder.Services.AddOptions<CookieAuthenticationOptions>(authenticationScheme).Validate(o => o.
Cookie
.Expiration == null, "Cookie.Expiration is ignored, use ExpireTimeSpan instead.");
PostConfigureCookieAuthenticationOptions.cs (2)
36
if (string.IsNullOrEmpty(options.
Cookie
.Name))
38
options.
Cookie
.Name = CookieAuthenticationDefaults.CookiePrefix + Uri.EscapeDataString(name);
Microsoft.AspNetCore.Identity (6)
IdentityCookiesBuilderExtensions.cs (3)
69
o.
Cookie
.Name = IdentityConstants.ExternalScheme;
84
o.
Cookie
.Name = IdentityConstants.TwoFactorRememberMeScheme;
102
o.
Cookie
.Name = IdentityConstants.TwoFactorUserIdScheme;
IdentityServiceCollectionExtensions.cs (3)
69
o.
Cookie
.Name = IdentityConstants.ExternalScheme;
74
o.
Cookie
.Name = IdentityConstants.TwoFactorRememberMeScheme;
82
o.
Cookie
.Name = IdentityConstants.TwoFactorUserIdScheme;