ICertificateValidationCache Interface
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.
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 |