IdentityModelCachesElement.SessionSecurityTokenCache 属性

定义

获取或设置 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.

属性

注解

此属性是可选的。 它对应于在 <a0/> 下指定的元素。 它指定要用于存储会话安全令牌的缓存的类型。 所有会话令牌缓存都必须派生自 SessionSecurityTokenCache

适用于

另请参阅