System.Web.Security.FormsAuthenticationTicket.Version Property

Gets the version number of the ticket.

Syntax

public int Version { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the System.Web.Security.FormsAuthenticationTicket is created using a constructor that does not supply a version parameter, the FormsAuthenticationTicket.Version property returns 2; otherwise, the version property returns the value supplied to the System.Web.Security.FormsAuthenticationTicket constructor.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0