IdentityConfigurationElement.Caches Proprietà

Definizione

Ottiene o imposta l'oggetto IdentityModelCachesElement associato a questo 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à

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

Attributi

Commenti

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

Si applica a

Vedi anche