WebEventCodes.ExpiredTicketFailure Field

Definition

Represents the event code indicating that the supplied ticket is expired. This field is constant.

public const int ExpiredTicketFailure = 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

Proizvod Verzije
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also