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

Methods

Clear()

Removes all X.509 certificates from the cache.

Declaration
void Clear()
Exceptions
Type Condition
SAMLException

Thrown when the X.509 certificate cache cannot be cleared.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2022. All rights reserved.