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