SecurityTokenHandlerConfigurationElement.Caches Właściwość

Definicja

Pobiera lub ustawia element konfiguracji programu obsługi tokenów IdentityModelCachesElement skojarzony z tym elementem konfiguracji programu obsługi tokenów.

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 zabezpieczającego sesji dla tego elementu konfiguracji procedury obsługi tokenów.

Atrybuty

Uwagi

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

Dotyczy