UserNameServiceElement::CacheLogonTokens Property

 

Gets or sets a value that indicates whether logon tokens are cached.

Namespace:   System.ServiceModel.Configuration
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::Boolean

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

.NET Framework
Available since 3.0
Return to top
Show: