WebEventCodes.AuditMembershipAuthenticationSuccess Field

Definition

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

public: int AuditMembershipAuthenticationSuccess = 4002;
public const int AuditMembershipAuthenticationSuccess = 4002;
val mutable AuditMembershipAuthenticationSuccess : int
Public Const AuditMembershipAuthenticationSuccess As Integer  = 4002

Field Value

Value = 4002

Remarks

AuditMembershipAuthenticationSuccess is the major code for the health event related to a user's membership-authentication success. When this event occurs, ASP.NET raises a WebAuthenticationSuccessAuditEvent with a major code of AuditMembershipAuthenticationSuccess.

Applies to

See also