This documentation is archived and is not being maintained.
FormsAuthenticationTicket Properties
Visual Studio 2008
The FormsAuthenticationTicket type exposes the following members.
| 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: