CertificateValidationCache Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MemoryCache based implementation used to store AuthenticateResult results after the certificate has been validated
public ref class CertificateValidationCache : Microsoft::AspNetCore::Authentication::Certificate::ICertificateValidationCache
	public class CertificateValidationCache : Microsoft.AspNetCore.Authentication.Certificate.ICertificateValidationCache
	type CertificateValidationCache = class
    interface ICertificateValidationCache
	Public Class CertificateValidationCache
Implements ICertificateValidationCache
		- Inheritance
 - 
				CertificateValidationCache
 
- Implements
 
Constructors
| CertificateValidationCache(IOptions<CertificateValidationCacheOptions>) | 
		 Initializes a new instance of CertificateValidationCache.  | 
        	
Methods
| Get(HttpContext, X509Certificate2) | 
		 Get the AuthenticateResult for the connection and certificate.  | 
        	
| Put(HttpContext, X509Certificate2, AuthenticateResult) | 
		 Store a AuthenticateResult for the connection and certificate  |