IssuedTokenClientElement::MaxIssuedTokenCachingTime Property

 

Gets or sets the maximum caching time for an issued token.

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

public:
[ConfigurationPropertyAttribute("maxIssuedTokenCachingTime", 
	DefaultValue = "10675199.02:48:05.4775807")]
property TimeSpan MaxIssuedTokenCachingTime {
	TimeSpan get();
	void set(TimeSpan value);
}

Property Value

Type: System::TimeSpan

A TimeSpan that represents the maximum caching time for an issued token.

.NET Framework
Available since 3.0
Return to top
Show: