Udostępnij za pośrednictwem


IdentityConfigurationElement.Caches Właściwość

Definicja

Pobiera lub ustawia IdentityModelCachesElement element konfiguracji, który jest skojarzony z tym elementem konfiguracji tożsamości.

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

Wartość właściwości

Element, który konfiguruje pamięć podręczną ponownego odtwarzania tokenu i pamięć podręczną tokenu zabezpieczeń sesji dla tego elementu konfiguracji tożsamości.

Atrybuty

Uwagi

Odpowiada elementowi <caches> skonfigurowanemu w ramach <identityConfiguration> elementu .

Dotyczy

Zobacz też