IdentityConfigurationElement.Caches Propriedade
Definição
Obtém ou define o IdentityModelCachesElement associado a este elemento de configuração de identidade.Gets or sets the IdentityModelCachesElement that is associated with this identity configuration element.
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
Valor da propriedade
O elemento que configura o cache de reprodução de token e o cache de token de segurança da sessão para este elemento de configuração de identidade.The element that configures the token replay cache and the session security token cache for this identity configuration element.
- Atributos
Comentários
Corresponde ao <caches> elemento que é configurado sob o <identityConfiguration> elemento.Corresponds to the <caches> element that is configured under the <identityConfiguration> element.