SecurityTokenHandlerConfigurationElement.Caches Property

Definition

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

public:
 property System::IdentityModel::Configuration::IdentityModelCachesElement ^ Caches { System::IdentityModel::Configuration::IdentityModelCachesElement ^ get(); void set(System::IdentityModel::Configuration::IdentityModelCachesElement ^ value); };
[System.Configuration.ConfigurationProperty("caches", IsRequired=false)]
public System.IdentityModel.Configuration.IdentityModelCachesElement Caches { get; set; }
[<System.Configuration.ConfigurationProperty("caches", IsRequired=false)>]
member this.Caches : System.IdentityModel.Configuration.IdentityModelCachesElement with get, set
Public Property Caches As IdentityModelCachesElement

Property Value

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

Attributes

Remarks

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

Applies to