CertificateValidationCacheOptions Class

Definition

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.

Applies to