Class SamlCachedConfigurationResolverOptions
The options for the SamlCachedConfigurationResolver
.
Inheritance
System.Object
SamlCachedConfigurationResolverOptions
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.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 |
---|---|
System.Action<System.String, System.Object, Microsoft.Extensions.Caching.Memory.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. |