WebEventCodes.AuditMembershipAuthenticationFailure 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 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 = 4006Remarks
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.