FormsAuthenticationTicket.Expired Property
.NET Framework (current version)
Gets a value indicating whether the forms-authentication ticket has expired.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Booleantrue if the forms-authentication ticket has expired; otherwise, false.
The Expired property returns true if the Expiration date and time is less than the current local date and time; otherwise, the Expired property returns false.
The following code example displays the property values of the FormsAuthenticationTicket for the current logged-on user.
Note |
|---|
If there is no logged-on user, the Identity property will be null and you will receive a compiler exception when attempting to cast the Identity property as a FormsIdentity object. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
.jpeg?cs-save-lang=1&cs-lang=fsharp)