IdentityModelCachesElement.SessionSecurityTokenCache Property

Definition

Gets or sets the Type of the session token cache.

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

Property Value

The type of the session token cache. The type must derive from SessionSecurityTokenCache.

Attributes

Remarks

This property is optional. It corresponds to a <sessionSecurityTokenCache> element specified under the <caches>. It specifies the type of the cache to use to store session security tokens. All session token caches must derive from SessionSecurityTokenCache

Applies to

See also