Interface ICachedCertificateLoader
The cached certificate loader loads and caches X.509 certificates.
Inherited Members
Namespace: ComponentSpace.SAML2.Certificates
Assembly: ComponentSpace.Saml2.dll
Syntax
public interface ICachedCertificateLoader : ICertificateLoader
Properties
SlidingExpiration
Gets or sets the sliding expiration for cache entries.
Declaration
TimeSpan SlidingExpiration { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan | The sliding expiration for cache entries. |