WebEventCodes.ExpiredTicketFailure 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 expired. This field is constant.
public: int ExpiredTicketFailure = 50202;
public const int ExpiredTicketFailure = 50202;
val mutable ExpiredTicketFailure : int
Public Const ExpiredTicketFailure As Integer = 50202
Field Value
Value = 50202Remarks
ExpiredTicketFailure is the detail code that specifies the cause of the user's authentication failure.
When the user's authentication fails due to an expired ticket, ASP.NET raises a WebAuthenticationFailureAuditEvent with a major code of AuditFormsAuthenticationFailure and a detail code of ExpiredTicketFailure.