FormsAuthenticationTicket Properties
.NET Framework 2.0
| 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.
|
Reference
FormsAuthenticationTicket ClassSystem.Web.Security Namespace
Other Resources
Forms Authentication ProviderCommunity Additions
ADD
Show: