Class SamlCachedConfigurationResolverOptions
The options for the SamlCachedConfigurationResolver
.
Inherited Members
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. |