FormsAuthenticationTicket Properties
.NET Framework (current version)
Namespace:
System.Web.Security
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CookiePath | Gets the cookie path for the forms-authentication ticket. |
![]() | Expiration | Gets the local date and time at which the forms-authentication ticket expires. |
![]() | Expired | Gets a value indicating whether the forms-authentication ticket has expired. |
![]() | IsPersistent | Gets a value indicating whether the cookie that contains the forms-authentication ticket information is persistent. |
![]() | IssueDate | Gets the local date and time at which the forms-authentication ticket was originally issued. |
![]() | Name | Gets the user name associated with the forms-authentication ticket. |
![]() | UserData | Gets a user-specific string stored with the ticket. |
![]() | Version | Gets the version number of the ticket. |
Show:
