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