WebEventCodes::InvalidTicketFailure Field
.NET Framework (current version)
Represents the event code indicating that the supplied ticket is invalid. This field is constant.
Assembly: System.Web (in System.Web.dll)
InvalidTicketFailure is the detail code that specifies the cause of the user's authentication failure.
When the user's authentication fails due to an invalid ticket, ASP.NET raises a WebAuthenticationFailureAuditEvent with a major code of AuditFormsAuthenticationFailure and a detail code of InvalidTicketFailure.
.NET Framework
Available since 2.0
Available since 2.0
Show: