WebEventCodes::AuditFormsAuthenticationSuccess Field

 

Represents the event code indicating a form-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 AuditFormsAuthenticationSuccess

Field Value

Type: System::Int32

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

.NET Framework
Available since 2.0
Return to top
Show: