WebEventCodes.AuditMembershipAuthenticationFailure Field

Definition

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

public: int AuditMembershipAuthenticationFailure = 4006;
public const int AuditMembershipAuthenticationFailure = 4006;
val mutable AuditMembershipAuthenticationFailure : int
Public Const AuditMembershipAuthenticationFailure As Integer  = 4006

Field Value

Value = 4006

Remarks

The AuditMembershipAuthenticationFailure is the major code for the health event related to a user's membership-authentication failure. When this event occurs, ASP.NET raises a WebAuthenticationFailureAuditEvent with a major code of AuditMembershipAuthenticationFailure.

Applies to

See also