WebEventCodes.AuditFormsAuthenticationFailure 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 failure occurred during a Web request. This field is constant.
public: int AuditFormsAuthenticationFailure = 4005;
public const int AuditFormsAuthenticationFailure = 4005;
val mutable AuditFormsAuthenticationFailure : int
Public Const AuditFormsAuthenticationFailure As Integer = 4005
Field Value
Value = 4005Remarks
AuditFormsAuthenticationFailure is the major code for the health event related to user's authentication failure. When this event happens, ASP.NET raises a WebAuthenticationFailureAuditEvent with a major code of AuditFormsAuthenticationFailure.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.