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, set
Public Property CacheEntryExpiration As TimeSpan
屬性值
預設為 2 分鐘。