UserNameServiceElement::CachedLogonTokenLifetime Property

 

Gets or sets the maximum length of time a token is cached.

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

public:
[ConfigurationPropertyAttribute("cachedLogonTokenLifetime", DefaultValue = "00:15:00")]
property TimeSpan CachedLogonTokenLifetime {
	TimeSpan get();
	void set(TimeSpan value);
}

Property Value

Type: System::TimeSpan

A TimeSpan that represents the maximum length of time a token is cached.

.NET Framework
Available since 3.0
Return to top
Show: