UserNameServiceElement::CacheLogonTokens Property
.NET Framework (current version)
Gets or sets a value that indicates whether logon tokens are cached.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("cacheLogonTokens", DefaultValue = false)] property bool CacheLogonTokens { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if logon tokens are cached; otherwise, false. The default is false.
.NET Framework
Available since 3.0
Available since 3.0
Show: