System.Web.Security.FormsAuthenticationTicket: Property Members

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

Public Properties

[read-only]
CookiePathstring.

Gets the cookie path for the forms-authentication ticket.

[read-only]
ExpirationDateTime.

Gets the local date and time at which the forms-authentication ticket expires.

[read-only]
Expiredbool.

Gets a value indicating whether the forms-authentication ticket has expired.

[read-only]
IsPersistentbool.

Gets a value indicating whether the cookie that contains the forms-authentication ticket information is persistent.

[read-only]
IssueDateDateTime.

Gets the local date and time at which the forms-authentication ticket was originally issued.

[read-only]
Namestring.

Gets the user name associated with the forms-authentication ticket.

[read-only]
UserDatastring.

Gets a user-specific string stored with the ticket.

[read-only]
Versionint.

Gets the version number of the ticket.