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