Class SamlCachedConfigurationResolverOptions
- Namespace
- ComponentSpace.Saml2.Configuration.Resolver
- Assembly
- ComponentSpace.Saml2.dll
The options for the SamlCachedConfigurationResolver.
public class SamlCachedConfigurationResolverOptions
- Inheritance
-
SamlCachedConfigurationResolverOptions
- Inherited Members
Properties
MemoryCacheEntryOptions
Gets or sets the optional delegate called when the memory cache entry options are being set.
public Action<string, object, MemoryCacheEntryOptions> MemoryCacheEntryOptions { get; set; }
Property Value
- 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.
public void CacheSamlConfigurationResolver<T>() where T : ISamlConfigurationResolver
Type Parameters
TThe SAML configuration resolver.