Class CertificateCacheOptions
- Namespace
- ComponentSpace.Saml2.Certificates
- Assembly
- ComponentSpace.Saml2.dll
The options for the AbstractCachedCertificateLoader.
public class CertificateCacheOptions
- Inheritance
-
CertificateCacheOptions
- Inherited Members
Properties
SlidingCertificateExpiration
Gets or sets the sliding time span for expiring cached certificates.
After the specified period of inactivity, the cached certificate will be deleted.
The default time span is 60 minutes.
public TimeSpan SlidingCertificateExpiration { get; set; }
Property Value
- TimeSpan
The sliding time span for expiring cached certificates.