WebEventCodes.AuditFormsAuthenticationFailure Field

Definition

Represents the event code indicating a form authentication failure occurred during a Web request. This field is constant.

public: int AuditFormsAuthenticationFailure = 4005;
public const int AuditFormsAuthenticationFailure = 4005;
val mutable AuditFormsAuthenticationFailure : int
Public Const AuditFormsAuthenticationFailure As Integer  = 4005

Field Value

Value = 4005

Remarks

AuditFormsAuthenticationFailure is the major code for the health event related to user's authentication failure. When this event happens, ASP.NET raises a WebAuthenticationFailureAuditEvent with a major code of AuditFormsAuthenticationFailure.

Applies to

See also