This documentation is archived and is not being maintained.
FormsAuthenticationConfiguration::TicketCompatibilityMode Property
Visual Studio 2010
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(L"ticketCompatibilityMode", DefaultValue = TicketCompatibilityMode::Framework20)] public: property TicketCompatibilityMode TicketCompatibilityMode { TicketCompatibilityMode get (); void set (TicketCompatibilityMode value); }
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: