WebEventCodes.AuditFormsAuthenticationFailure 字段

定义

表示的是指示在 Web 请求过程中窗体身份验证失败的事件代码。 此字段为常数。

public: int AuditFormsAuthenticationFailure = 4005;
public const int AuditFormsAuthenticationFailure = 4005;
val mutable AuditFormsAuthenticationFailure : int
Public Const AuditFormsAuthenticationFailure As Integer  = 4005

字段值

Value = 4005

注解

AuditFormsAuthenticationFailure 是与用户身份验证失败相关的运行状况事件的主要代码。 发生此事件时,ASP.NET 会 WebAuthenticationFailureAuditEvent 引发主要代码为 的 AuditFormsAuthenticationFailure

适用于

另请参阅