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)
49builder.AddCookie(IdentityConstants.ApplicationScheme, o => 67builder.AddCookie(IdentityConstants.ExternalScheme, o => 82builder.AddCookie(IdentityConstants.TwoFactorRememberMeScheme, o => 100builder.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 =>