次の方法で共有


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 は の主要なコードAuditFormsAuthenticationFailureを持つ を発生させますWebAuthenticationFailureAuditEvent

適用対象

こちらもご覧ください