CertificateValidationCache Class

Definition

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

Applies to