SecurityTokenHandlerConfigurationElement::Caches Property

.NET Framework (current version)
 

Gets or sets the IdentityModelCachesElement that is associated with this token handler configuration element.

Namespace:   System.IdentityModel.Configuration
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
[ConfigurationPropertyAttribute("caches", IsRequired = false)]
property IdentityModelCachesElement^ Caches {
	IdentityModelCachesElement^ get();
	void set(IdentityModelCachesElement^ value);
}

Property Value

Type: System.IdentityModel.Configuration::IdentityModelCachesElement^

The element that configures the token replay cache and the session security token cache for this token handler configuration element.

Corresponds to the <caches> element that is configured under the <securityTokenHandlerConfiguration> element.

.NET Framework
Available since 4.5
Return to top
Show: