IdentityModelCachesElement.SessionSecurityTokenCache Eigenschap

Definitie

Hiermee haalt u de Type sessietokencache op of stelt u deze in.

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

Waarde van eigenschap

Het type sessietokencache. Het type moet zijn afgeleid van SessionSecurityTokenCache.

Kenmerken

Opmerkingen

Deze eigenschap is optioneel. Het komt overeen met een <sessionSecurityTokenCache> element dat is opgegeven onder de <caches>. Hiermee geeft u het type cache op dat moet worden gebruikt voor het opslaan van sessiebeveiligingstokens. Alle sessietokencaches moeten zijn afgeleid van SessionSecurityTokenCache

Van toepassing op

Zie ook