FormsAuthenticationTicket.Version Property
.NET Framework (current version)
Gets the version number of the ticket.
Assembly: System.Web (in System.Web.dll)
If the FormsAuthenticationTicket is created using a constructor that does not supply a version parameter, the Version property returns 2; otherwise, the version property returns the value supplied to the FormsAuthenticationTicket constructor.
The following code example displays the property values of the FormsAuthenticationTicket for the current logged-on user.
Note |
|---|
If there is no logged-on user, the Identity property will be null and you will receive a compiler exception when attempting to cast the Identity property as a FormsIdentity object. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
