System.Web.Security.FormsAuthenticationTicket.IssueDate Property

Gets the local date and time at which the forms-authentication ticket was originally issued.

Syntax

public DateTime IssueDate { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The FormsAuthenticationTicket.IssueDate property represents the local date and time when the forms-authentication ticket was issued. The FormsAuthentication.RenewTicketIfOld(FormsAuthenticationTicket) method uses the FormsAuthenticationTicket.IssueDate property value to determine whether the FormsAuthenticationTicket.Expiration date and time of a forms-authentication ticket needs to be renewed and also uses the FormsAuthenticationTicket.IssueDate property value to determine the new FormsAuthenticationTicket.Expiration date and time. When a ticket is renewed, the FormsAuthenticationTicket.IssueDate property is updated to the local date and time.

Requirements

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