IdentityModelCachesElement.SessionSecurityTokenCache Vlastnost

Definice

Získá nebo nastaví Type mezipaměť tokenů relace.

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

Hodnota vlastnosti

Typ mezipaměti tokenu relace. Typ musí být odvozen od SessionSecurityTokenCache.

Atributy

Poznámky

Tato vlastnost je volitelná. Odpovídá elementu <sessionSecurityTokenCache> zadanému pod znakem <caches>. Určuje typ mezipaměti, který se má použít k ukládání tokenů zabezpečení relace. Všechny mezipaměti tokenů relace musí být odvozeny od SessionSecurityTokenCache

Platí pro

Viz také