Show / Hide Table of Contents

Class CertificateCacheOptions

The options for the AbstractCachedCertificateLoader.

Inheritance
System.Object
CertificateCacheOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.TimeSpan

The sliding time span for expiring cached certificates.

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