WebEventCodes::AuditMembershipAuthenticationSuccess Field

 

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

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
literal int AuditMembershipAuthenticationSuccess

Field Value

Type: System::Int32

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.

.NET Framework
Available since 2.0
Return to top
Show: