共用方式為


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 引發 。

適用於

另請參閱