WebEventCodes.InvalidTicketFailure Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the event code indicating that the supplied ticket is invalid. This field is constant.
public: int InvalidTicketFailure = 50201;
public const int InvalidTicketFailure = 50201;
val mutable InvalidTicketFailure : int
Public Const InvalidTicketFailure As Integer = 50201
Field Value
Value = 50201Remarks
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.