Show / Hide Table of Contents

Class SamlCachedConfigurationResolverOptions

The options for the SamlCachedConfigurationResolver.

Inheritance
object
SamlCachedConfigurationResolverOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ComponentSpace.Saml2.Configuration.Resolver
Assembly: ComponentSpace.Saml2.dll
Syntax
public class SamlCachedConfigurationResolverOptions

Properties

MemoryCacheEntryOptions

Gets or sets the optional delegate called when the memory cache entry options are being set.

Declaration
public Action<string, object, MemoryCacheEntryOptions> MemoryCacheEntryOptions { get; set; }
Property Value
Type Description
Action<string, object, MemoryCacheEntryOptions>

The delegate called when the memory cache entry options are being set.

Methods

CacheSamlConfigurationResolver<T>()

Specifies the SAML configuration resolver whose configuration is to be cached.

Declaration
public void CacheSamlConfigurationResolver<T>() where T : ISamlConfigurationResolver
Type Parameters
Name Description
T

The SAML configuration resolver.

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