8 instantiations of CookieAuthenticationEvents
Microsoft.AspNetCore.Authentication.Cookies (2)
CookieAuthenticationHandler.cs (1)
80
protected override Task<object> CreateEventsAsync() => Task.FromResult<object>(new
CookieAuthenticationEvents
());
CookieAuthenticationOptions.cs (1)
33
Events = new
CookieAuthenticationEvents
();
Microsoft.AspNetCore.Identity (6)
IdentityCookiesBuilderExtensions.cs (3)
52
o.Events = new
CookieAuthenticationEvents
85
o.Events = new
CookieAuthenticationEvents
103
o.Events = new
CookieAuthenticationEvents
IdentityServiceCollectionExtensions.cs (3)
62
o.Events = new
CookieAuthenticationEvents
75
o.Events = new
CookieAuthenticationEvents
83
o.Events = new
CookieAuthenticationEvents
6 references to CookieAuthenticationEvents
Microsoft.AspNetCore.Authentication.Cookies (6)
CookieAuthenticationHandler.cs (2)
62
protected new
CookieAuthenticationEvents
Events
64
get { return (
CookieAuthenticationEvents
)base.Events!; }
CookieAuthenticationOptions.cs (2)
99
public new
CookieAuthenticationEvents
Events
101
get => (
CookieAuthenticationEvents
)base.Events!;
CookieSigningInContext.cs (1)
10
/// Context object passed to the <see cref="
CookieAuthenticationEvents
.SigningIn(CookieSigningInContext)"/>.
CookieSigningOutContext.cs (1)
9
/// Context object passed to the <see cref="
CookieAuthenticationEvents
.SigningOut(CookieSigningOutContext)"/>