1 write to _cache
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateAuthenticationHandler.cs (1)
44_cache = Context.RequestServices.GetService<ICertificateValidationCache>();
3 references to _cache
Microsoft.AspNetCore.Authentication.Certificate (3)
CertificateAuthenticationHandler.cs (3)
68if (_cache != null) 70var cacheHit = _cache.Get(Context, clientCertificate); 89_cache?.Put(Context, clientCertificate, result);