IdentityModelCachesElement.SessionSecurityTokenCache 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定工作階段權杖快取的 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
屬性值
工作階段權杖快取的型別。 型別必須衍生自 SessionSecurityTokenCache。
- 屬性
備註
這是選用屬性。 它會對應至 <sessionSecurityTokenCache>
下 <caches>
指定的專案。 它會指定要用來儲存會話安全性令牌的快取類型。 所有工作階段令牌快取都必須衍生自 SessionSecurityTokenCache