UserNameServiceElement::CachedLogonTokenLifetime Property
.NET Framework (current version)
Gets or sets the maximum length of time a token is cached.
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::TimeSpanA TimeSpan that represents the maximum length of time a token is cached.
.NET Framework
Available since 3.0
Available since 3.0
Show: