CertificateValidationCacheOptions 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.
Configuration options for CertificateValidationCache
public ref class CertificateValidationCacheOptions
public class CertificateValidationCacheOptions
type CertificateValidationCacheOptions = class
Public Class CertificateValidationCacheOptions
- Inheritance
-
CertificateValidationCacheOptions
Constructors
CertificateValidationCacheOptions() |
Properties
CacheEntryExpiration |
Gets or sets the expiration that should be used for entries in the MemoryCache. This is a sliding expiration that will extend each time the certificate is used, so long as the certificate is valid (see X509Certificate2.NotAfter). |
CacheSize |
Gets or sets the maximum number of validated certificate results that are allowed to cached. |