CertificateValidationCacheOptions.CacheEntryExpiration 属性

定义

获取或设置应用于 MemoryCache 中的条目的过期时间。 这是每次使用证书时都会延长的滑动过期时间,只要证书有效 (请参阅 X509Certificate2.NotAfter) 。

public:
 property TimeSpan CacheEntryExpiration { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan CacheEntryExpiration { get; set; }
member this.CacheEntryExpiration : TimeSpan with get, set
Public Property CacheEntryExpiration As TimeSpan

属性值

默认值为 2 分钟。

适用于