22 writes to Events
CookieSample (1)
Program.cs (1)
16options.Events = new CookieAuthenticationEvents()
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationOptions.cs (1)
33Events = new CookieAuthenticationEvents();
Microsoft.AspNetCore.Authentication.Test (14)
CookieTests.cs (14)
539o.Events = new CookieAuthenticationEvents 569o.Events = new CookieAuthenticationEvents 598o.Events = new CookieAuthenticationEvents 635o.Events = new CookieAuthenticationEvents 679o.Events = new CookieAuthenticationEvents 708o.Events = new CookieAuthenticationEvents 756o.Events = new CookieAuthenticationEvents 801o.Events = new CookieAuthenticationEvents 857o.Events = new CookieAuthenticationEvents 917o.Events = new CookieAuthenticationEvents 967o.Events = new CookieAuthenticationEvents 1018o.Events = new CookieAuthenticationEvents() 1139o.Events = new CookieAuthenticationEvents() 1726o.Events = new CookieAuthenticationEvents
Microsoft.AspNetCore.Identity (6)
IdentityCookiesBuilderExtensions.cs (3)
52o.Events = new CookieAuthenticationEvents 85o.Events = new CookieAuthenticationEvents 103o.Events = new CookieAuthenticationEvents
IdentityServiceCollectionExtensions.cs (3)
62o.Events = new CookieAuthenticationEvents 75o.Events = new CookieAuthenticationEvents 83o.Events = new CookieAuthenticationEvents
5 references to Events
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
779options.Events.OnSigningIn = context =>
IdentitySample.PasskeyUI (1)
Program.cs (1)
24options.Events.OnRedirectToLogin = options =>
Microsoft.AspNetCore.Authentication.Test (2)
CookieTests.cs (2)
40Assert.NotNull(options.Events); 1093o.Events.OnValidatePrincipal = c =>
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Infrastructure\FunctionalTestsServiceCollectionExtensions.cs (1)
35services.Configure<CookieAuthenticationOptions>(schemeName, o => o.Events.OnSigningIn = context =>