2 references to CertificateSchemeCacheKeyItem
Microsoft.AspNetCore.Authentication.Certificate (2)
CertificateAuthenticationHandler.cs (1)
72
Context.Items[
CertificateSchemeCacheKeyItem
] = Scheme.Name;
CertificateValidationCache.cs (1)
80
if (context.Items.TryGetValue(CertificateAuthenticationHandler.
CertificateSchemeCacheKeyItem
, out var schemeObj)