IdentityModelCachesElement.SessionSecurityTokenCache Property       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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