Interface ISamlCachedConfigurationResolver
Caches configuration.
Inherited Members
Namespace: ComponentSpace.Saml2.Configuration.Resolver
Assembly: ComponentSpace.Saml2.dll
Syntax
public interface ISamlCachedConfigurationResolver : ISamlConfigurationResolver
Methods
RemoveLocalIdentityProviderConfigurationAsync(String)
Removes the local identity provider configuration from the cache.
Declaration
Task RemoveLocalIdentityProviderConfigurationAsync(string configurationName = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
configurationName | The configuration name or |
Returns
Type | Description |
---|---|
System. |
A task that represents the operation. |
RemoveLocalServiceProviderConfigurationAsync(String)
Removes the local service provider configuration from the cache.
Declaration
Task RemoveLocalServiceProviderConfigurationAsync(string configurationName = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
configurationName | The configuration name or |
Returns
Type | Description |
---|---|
System. |
A task that represents the operation. |
RemovePartnerIdentityProviderConfigurationAsync(String, String)
Removes the partner identity provider configuration from the cache.
Declaration
Task RemovePartnerIdentityProviderConfigurationAsync(string configurationName = null, string partnerName = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
configurationName | The configuration name or |
System. |
partnerName | The partner name. |
Returns
Type | Description |
---|---|
System. |
A task that represents the operation. |
RemovePartnerServiceProviderConfigurationAsync(String, String)
Removes the partner service provider configuration from the cache.
Declaration
Task RemovePartnerServiceProviderConfigurationAsync(string configurationName = null, string partnerName = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
configurationName | The configuration name or |
System. |
partnerName | The partner name. |
Returns
Type | Description |
---|---|
System. |
A task that represents the operation. |