次の方法で共有


WebEventCodes.AuditFormsAuthenticationSuccess フィールド

定義

Web 要求でフォーム認証が成功したことを示すイベント コードを表します。 このフィールドは定数です。

public: int AuditFormsAuthenticationSuccess = 4001;
public const int AuditFormsAuthenticationSuccess = 4001;
val mutable AuditFormsAuthenticationSuccess : int
Public Const AuditFormsAuthenticationSuccess As Integer  = 4001

フィールド値

Value = 4001

注釈

AuditFormsAuthenticationSuccessは、ユーザーの認証の成功に関連する正常性イベントの主要なコードです。 このイベントが発生すると、ASP.NET は の主要なコードAuditFormsAuthenticationSuccessを持つ を発生させますWebAuthenticationSuccessAuditEvent

適用対象

こちらもご覧ください