WebEventCodes.ExpiredTicketFailure Field

Definition

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 = 50202

Remarks

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.

Applies to

See also