12 instantiations of CertificateAuthenticationEvents
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
680options.Events = new CertificateAuthenticationEvents
Certificate.Optional.Sample (1)
Startup.cs (1)
18options.Events = new CertificateAuthenticationEvents()
Certificate.Sample (1)
Startup.cs (1)
18options.Events = new CertificateAuthenticationEvents
Microsoft.AspNetCore.Authentication.Certificate (2)
CertificateAuthenticationHandler.cs (1)
40protected override Task<object> CreateEventsAsync() => Task.FromResult<object>(new CertificateAuthenticationEvents());
CertificateAuthenticationOptions.cs (1)
18Events = new CertificateAuthenticationEvents();
Microsoft.AspNetCore.Authentication.Test (7)
CertificateTests.cs (7)
302Events = new CertificateAuthenticationEvents() 578Events = new CertificateAuthenticationEvents 652Events = new CertificateAuthenticationEvents 705Events = new CertificateAuthenticationEvents 912private readonly CertificateAuthenticationEvents successfulValidationEvents = new CertificateAuthenticationEvents() 928private readonly CertificateAuthenticationEvents failedValidationEvents = new CertificateAuthenticationEvents() 937private readonly CertificateAuthenticationEvents unprocessedValidationEvents = new CertificateAuthenticationEvents()
7 references to CertificateAuthenticationEvents
Microsoft.AspNetCore.Authentication.Certificate (4)
CertificateAuthenticationHandler.cs (2)
30private new CertificateAuthenticationEvents Events 32get { return (CertificateAuthenticationEvents)base.Events!; }
CertificateAuthenticationOptions.cs (2)
88public new CertificateAuthenticationEvents? Events 90get { return (CertificateAuthenticationEvents?)base.Events; }
Microsoft.AspNetCore.Authentication.Test (3)
CertificateTests.cs (3)
912private readonly CertificateAuthenticationEvents successfulValidationEvents = new CertificateAuthenticationEvents() 928private readonly CertificateAuthenticationEvents failedValidationEvents = new CertificateAuthenticationEvents() 937private readonly CertificateAuthenticationEvents unprocessedValidationEvents = new CertificateAuthenticationEvents()