IdentityConfigurationElement::Caches Property
.NET Framework (current version)
Gets or sets the IdentityModelCachesElement that is associated with this identity configuration element.
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 identity configuration element.
Corresponds to the <caches> element that is configured under the <identityConfiguration> element.
.NET Framework
Available since 4.5
Available since 4.5
Show: