IdentityModelCachesElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表組態檔中的 <caches>
項目。 此類別無法獲得繼承。
public ref class IdentityModelCachesElement sealed : System::Configuration::ConfigurationElement
public sealed class IdentityModelCachesElement : System.Configuration.ConfigurationElement
type IdentityModelCachesElement = class
inherit ConfigurationElement
Public NotInheritable Class IdentityModelCachesElement
Inherits ConfigurationElement
- 繼承
備註
元素 <caches>
會設定 WIF 的快取服務。 它會註冊會話安全性令牌快取的類型,以及要使用的令牌重新執行快取類型。 它可以在專案下的 <identityConfiguration>
服務層級或 專案下的安全性令牌處理程式集合上 <securityTokenHandlerConfiguration>
指定。 類別 Caches
和 類別的 IdentityConfigurationElementSecurityTokenHandlerConfigurationElement 屬性是 的 IdentityModelCachesElement實例。 讀取組態檔之後,設定的快取會以 IdentityModelCaches 類別表示。
建構函式
IdentityModelCachesElement() |
初始化 IdentityModelCachesElement 類別的新執行個體。 |