WebEventCodes.AuditMembershipAuthenticationSuccess 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 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 = 4002Remarks
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.