IdentityConfigurationElement.Caches Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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 .