共用方式為


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 分鐘。

適用於