The properties of System.Web.Security.FormsAuthenticationTicket are listed below. For a list of all members, see the FormsAuthenticationTicket Members list.
See Also: Inherited members from System.Object
[read-only] | CookiePath | string.
![]() Gets the cookie path for the forms-authentication ticket. |
[read-only] | Expiration | DateTime.
![]() Gets the local date and time at which the forms-authentication ticket expires. |
[read-only] | Expired | bool.
![]() Gets a value indicating whether the forms-authentication ticket has expired. |
[read-only] | IsPersistent | bool.
![]() Gets a value indicating whether the cookie that contains the forms-authentication ticket information is persistent. |
[read-only] | IssueDate | DateTime.
![]() Gets the local date and time at which the forms-authentication ticket was originally issued. |
[read-only] | Name | string.
![]() Gets the user name associated with the forms-authentication ticket. |
[read-only] | UserData | string.
![]() Gets a user-specific string stored with the ticket. |
[read-only] | Version | int.
![]() Gets the version number of the ticket. |