FormsAuthentication::Timeout Property

.NET Framework (current version)
 

Gets the amount of time before an authentication ticket expires.

Namespace:   System.Web.Security
Assembly:  System.Web (in System.Web.dll)

public:
property TimeSpan Timeout {
	static TimeSpan get();
}

Property Value

Type: System::TimeSpan

The amount of time before an authentication ticket expires.

.NET Framework
Available since 4.0
Return to top
Show: