WebEventCodes.AuditFormsAuthenticationSuccess 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 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
Value = 4001Remarks
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.
Applies to
See also
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.