FormsAuthenticationConfiguration.Timeout Property
.NET Framework 3.5
Gets or sets the authentication time-out.
Assembly: System.Web (in System.Web.dll)
[TypeConverterAttribute(typeof(TimeSpanMinutesConverter))] [ConfigurationPropertyAttribute("timeout", DefaultValue = "00:30:00")] [TimeSpanValidatorAttribute(MinValueString = "00:00:00", MaxValueString = "10675199.02:48:05.4775807")] public TimeSpan Timeout { 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.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.