다음을 통해 공유


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분입니다.

적용 대상