SecurityTokenHandlerConfigurationElement.Caches Egenskap

Definition

Hämtar eller anger IdentityModelCachesElement det som är associerat med det här konfigurationselementet för tokenhanteraren.

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

Egenskapsvärde

Elementet som konfigurerar tokenrepriscacheminnet och cacheminnet för sessionssäkerhetstoken för det här konfigurationselementet för tokenhanteraren.

Attribut

Kommentarer

Motsvarar det <caches> element som har konfigurerats under elementet <securityTokenHandlerConfiguration> .

Gäller för