11 instantiations of CertificateAuthenticationEvents
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
679options.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 (1)
CertificateAuthenticationHandler.cs (1)
40protected override Task<object> CreateEventsAsync() => Task.FromResult<object>(new CertificateAuthenticationEvents());
Microsoft.AspNetCore.Authentication.Test (7)
CertificateTests.cs (7)
296Events = new CertificateAuthenticationEvents() 572Events = new CertificateAuthenticationEvents 646Events = new CertificateAuthenticationEvents 699Events = new CertificateAuthenticationEvents 906private readonly CertificateAuthenticationEvents successfulValidationEvents = new CertificateAuthenticationEvents() 922private readonly CertificateAuthenticationEvents failedValidationEvents = new CertificateAuthenticationEvents() 931private 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)
80public new CertificateAuthenticationEvents? Events 82get { return (CertificateAuthenticationEvents?)base.Events; }
Microsoft.AspNetCore.Authentication.Test (3)
CertificateTests.cs (3)
906private readonly CertificateAuthenticationEvents successfulValidationEvents = new CertificateAuthenticationEvents() 922private readonly CertificateAuthenticationEvents failedValidationEvents = new CertificateAuthenticationEvents() 931private readonly CertificateAuthenticationEvents unprocessedValidationEvents = new CertificateAuthenticationEvents()