IdentityConfigurationElement.Caches Proprietà

Definizione

Ottiene o imposta l'oggetto IdentityModelCachesElement che è associato all'elemento di configurazione identity.

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

Valore della proprietà

L'elemento che configura la cache di riproduzione dei token e la cache del token di sicurezza della sessione per questo elemento di configurazione di identità.

Attributi

Commenti

Corrisponde all'elemento <caches> configurato nell'elemento <identityConfiguration> .

Si applica a

Vedi anche