Udostępnij za pośrednictwem


IdentityModelCachesElement.SessionSecurityTokenCache Właściwość

Definicja

Pobiera lub ustawia Type pamięć podręczną tokenu sesji.

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

Wartość właściwości

Typ pamięci podręcznej tokenu sesji. Typ musi pochodzić z SessionSecurityTokenCacheklasy .

Atrybuty

Uwagi

Ta właściwość jest opcjonalna. Odpowiada elementowi określonemu <sessionSecurityTokenCache> w elemecie <caches>. Określa typ pamięci podręcznej do użycia do przechowywania tokenów zabezpieczeń sesji. Wszystkie pamięci podręczne tokenu sesji muszą pochodzić z SessionSecurityTokenCache

Dotyczy

Zobacz też