This documentation is archived and is not being maintained.
FormsAuthenticationTicket Properties
.NET Framework 1.1
The properties of the FormsAuthenticationTicket class are listed here. For a complete list of FormsAuthenticationTicket class members, see the FormsAuthenticationTicket Members topic.
Public Properties
CookiePath | Gets the path for which the cookie was issued. |
Expiration | Gets the date and time at which the cookie expires. |
Expired | Gets a value indicating whether the cookie has expired. |
IsPersistent | Gets a value indicating whether the cookie is persistent. |
IssueDate | Gets the date and time at which the cookie was originally issued. |
Name | Gets the user name associated with the authentication ticket. |
UserData | Gets the user-defined string stored in the cookie. |
Version | Gets the version number of the cookie. |
See Also
FormsAuthenticationTicket Class | System.Web.Security Namespace
Show:
