Show / Hide Table of Contents

Interface ICachedCertificateLoader

The cached certificate loader loads and caches X.509 certificates.

Inherited Members
ICertificateLoader.KeyStorageFlags
ICertificateLoader.LoadCertificateFromString(string, string)
ICertificateLoader.LoadCertificateFromKey(string)
ICertificateLoader.LoadCertificateFromFile(string, string)
ICertificateLoader.LoadCertificateFromStore(StoreLocation, string, X509FindType, object)
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.

In this article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2025. All rights reserved.