2 references to CertificateAuthenticationHandler
Microsoft.AspNetCore.Authentication.Certificate (2)
CertificateAuthenticationExtensions.cs (1)
73=> builder.AddScheme<CertificateAuthenticationOptions, CertificateAuthenticationHandler>(authenticationScheme, configureOptions);
CertificateValidationCache.cs (1)
80if (context.Items.TryGetValue(CertificateAuthenticationHandler.CertificateSchemeCacheKeyItem, out var schemeObj)