CertificateValidationCacheOptions.CacheEntryExpiration 属性      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置应用于 MemoryCache 中的条目的过期时间。 这是每次使用证书时都会延长的滑动过期时间,只要证书有效 (请参阅 X509Certificate2.NotAfter) 。
public:
 property TimeSpan CacheEntryExpiration { TimeSpan get(); void set(TimeSpan value); };public TimeSpan CacheEntryExpiration { get; set; }member this.CacheEntryExpiration : TimeSpan with get, setPublic Property CacheEntryExpiration As TimeSpan属性值
默认值为 2 分钟。