10 references to AddCookie
Microsoft.AspNetCore.Authentication.Cookies (2)
CookieExtensions.cs (2)
38
=> builder.
AddCookie
(authenticationScheme, configureOptions: null!);
51
=> builder.
AddCookie
(CookieAuthenticationDefaults.AuthenticationScheme, configureOptions);
Microsoft.AspNetCore.Identity (8)
IdentityCookiesBuilderExtensions.cs (4)
49
builder.
AddCookie
(IdentityConstants.ApplicationScheme, o =>
67
builder.
AddCookie
(IdentityConstants.ExternalScheme, o =>
82
builder.
AddCookie
(IdentityConstants.TwoFactorRememberMeScheme, o =>
100
builder.
AddCookie
(IdentityConstants.TwoFactorUserIdScheme, o =>
IdentityServiceCollectionExtensions.cs (4)
59
.
AddCookie
(IdentityConstants.ApplicationScheme, o =>
67
.
AddCookie
(IdentityConstants.ExternalScheme, o =>
72
.
AddCookie
(IdentityConstants.TwoFactorRememberMeScheme, o =>
80
.
AddCookie
(IdentityConstants.TwoFactorUserIdScheme, o =>