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)
68
if (
_cache
!= null)
70
var cacheHit =
_cache
.Get(Context, clientCertificate);
89
_cache
?.Put(Context, clientCertificate, result);