IssuedTokenClientElement::CacheIssuedTokens Property
.NET Framework (current version)
Gets or sets a value that specifies whether issued tokens are to be cached.
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::Booleantrue if tokens are to be cached; otherwise, false. The default is true.
.NET Framework
Available since 3.0
Available since 3.0
Show: