1 implementation of Get
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateValidationCache.cs (1)
41
public AuthenticateResult?
Get
(HttpContext context, X509Certificate2 certificate)
1 reference to Get
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateAuthenticationHandler.cs (1)
70
var cacheHit = _cache.
Get
(Context, clientCertificate);