IdentityModelCachesElement::SessionSecurityTokenCache Property

.NET Framework (current version)
 

Gets or sets the Type of the session token cache.

Namespace:   System.IdentityModel.Configuration
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
[ConfigurationPropertyAttribute("sessionSecurityTokenCache", 
	IsRequired = false)]
property CustomTypeElement^ SessionSecurityTokenCache {
	CustomTypeElement^ get();
	void set(CustomTypeElement^ value);
}

Property Value

Type: System.IdentityModel.Configuration::CustomTypeElement^

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

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

.NET Framework
Available since 4.5
Return to top
Show: