FormsAuthenticationConfiguration.TicketCompatibilityMode Property
.NET Framework (current version)
Gets or sets a value that indicates whether to use Coordinated Universal Time (UTC) or local time for the ticket expiration date.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("ticketCompatibilityMode", DefaultValue = TicketCompatibilityMode.Framework20)>] member TicketCompatibilityMode : TicketCompatibilityMode with get, set
Property Value
Type: System.Web.Configuration.TicketCompatibilityModeThe ticket expiration-date compatibility mode.
The default value is local time as expressed by the Framework20 enumeration value.
.NET Framework
Available since 4.0
Available since 4.0
Show: