System.Web.Security.FormsAuthenticationTicket.Expired Property

Gets a value indicating whether the forms-authentication ticket has expired.

Syntax

public bool Expired { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The FormsAuthenticationTicket.Expired property returns true if the FormsAuthenticationTicket.Expiration date and time is less than the current local date and time; otherwise, the FormsAuthenticationTicket.Expired property returns false.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0