WebEventCodes.AuditFormsAuthenticationSuccess Field
Definition
Represents the event code indicating a form-authentication success occurred during a Web request. This field is constant.
public: int AuditFormsAuthenticationSuccess = 4001;
public const int AuditFormsAuthenticationSuccess = 4001;
val mutable AuditFormsAuthenticationSuccess : int
Public Const AuditFormsAuthenticationSuccess As Integer = 4001
Field Value
Remarks
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.