Class CertificateCacheOptions
The options for the AbstractCachedCertificateLoader
.
Inherited Members
Namespace: ComponentSpace.Saml2.Certificates
Assembly: ComponentSpace.Saml2.dll
Syntax
public class CertificateCacheOptions
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.
Declaration
public TimeSpan SlidingCertificateExpiration { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan | The sliding time span for expiring cached certificates. |