FormsAuthenticationConfiguration.Timeout Property
.NET Framework (current version)
Gets or sets the authentication time-out.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("timeout", DefaultValue = "00:30:00")>] [<TimeSpanValidatorAttribute(MinValueString = "00:01:00", MaxValueString = "10675199.02:48:05.4775807")>] [<TypeConverterAttribute(typeof(TimeSpanMinutesConverter))>] member Timeout : TimeSpan with get, set
Property Value
Type: System.TimeSpanThe amount of time in minutes after which the authentication expires. The default value is 30 minutes.
The following code example shows how to access the Timeout property. Refer to the code example in the FormsAuthenticationConfiguration class topic to learn how to get the section.
.NET Framework
Available since 2.0
Available since 2.0
Show: