IssuedTokenClientElement::CacheIssuedTokens Property

 

Gets or sets a value that specifies whether issued tokens are to be cached.

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

public:
[ConfigurationPropertyAttribute("cacheIssuedTokens", DefaultValue = true)]
property bool CacheIssuedTokens {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if tokens are to be cached; otherwise, false. The default is true.

.NET Framework
Available since 3.0
Return to top
Show: