ICertificateValidationCache Interface

Definition

Cache used to store AuthenticateResult results after the certificate has been validated

public interface class ICertificateValidationCache
public interface ICertificateValidationCache
type ICertificateValidationCache = interface
Public Interface ICertificateValidationCache
Derived

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