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