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
类和 IdentityConfigurationElement 类的 SecurityTokenHandlerConfigurationElement 属性是 的IdentityModelCachesElement实例。 读取配置文件后,配置的缓存由 IdentityModelCaches 类表示。
构造函数
IdentityModelCachesElement() |
初始化 IdentityModelCachesElement 类的新实例。 |