WebEventCodes.AuditFormsAuthenticationFailure 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示的是指示在 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。