Share via


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

属性

注解

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

适用于

另请参阅