Share via


IdentityConfigurationElement.Caches Vlastnost

Definice

Získá nebo nastaví IdentityModelCachesElement , která je přidružena k této identitě konfigurační prvek.

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

Hodnota vlastnosti

Element, který konfiguruje mezipaměť přehrání tokenů a mezipaměť tokenů zabezpečení relace pro tento prvek konfigurace identity.

Atributy

Poznámky

Odpovídá elementu <caches> , který je nakonfigurován pod elementem <identityConfiguration> .

Platí pro

Viz také