Aracılığıyla paylaş


IdentityModelCachesElement.SessionSecurityTokenCache Özellik

Tanım

Oturum belirteci önbelleğini alır veya ayarlar Type .

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

Özellik Değeri

Oturum belirteci önbelleğinin türü. Türün türünden SessionSecurityTokenCachetüretilmiş olması gerekir.

Öznitelikler

Açıklamalar

Bu özellik isteğe bağlıdır. altında belirtilen bir <sessionSecurityTokenCache> öğeye <caches>karşılık gelir. Oturum güvenlik belirteçlerini depolamak için kullanılacak önbelleğin türünü belirtir. Tüm oturum belirteci önbelleklerinin türetilmiş olması gerekir SessionSecurityTokenCache

Şunlara uygulanır

Ayrıca bkz.