IdentityModelCachesElement.SessionSecurityTokenCache Egenskap

Definition

Hämtar eller anger cacheminnet för Type sessionstoken.

public:
 property System::IdentityModel::Configuration::CustomTypeElement ^ SessionSecurityTokenCache { System::IdentityModel::Configuration::CustomTypeElement ^ get(); void set(System::IdentityModel::Configuration::CustomTypeElement ^ value); };
[System.Configuration.ConfigurationProperty("sessionSecurityTokenCache", IsRequired=false)]
public System.IdentityModel.Configuration.CustomTypeElement SessionSecurityTokenCache { get; set; }
[<System.Configuration.ConfigurationProperty("sessionSecurityTokenCache", IsRequired=false)>]
member this.SessionSecurityTokenCache : System.IdentityModel.Configuration.CustomTypeElement with get, set
Public Property SessionSecurityTokenCache As CustomTypeElement

Egenskapsvärde

Typen av sessionstokencache. Typen måste härledas från SessionSecurityTokenCache.

Attribut

Kommentarer

Den här egenskapen är valfri. Det motsvarar ett <sessionSecurityTokenCache> element som anges under <caches>. Den anger vilken typ av cache som ska användas för att lagra sessionssäkerhetstoken. Alla cacheminnen för sessionstoken måste härledas från SessionSecurityTokenCache

Gäller för

Se även