次の方法で共有


WebEventCodes.AuditMembershipAuthenticationSuccess フィールド

定義

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

public: int AuditMembershipAuthenticationSuccess = 4002;
public const int AuditMembershipAuthenticationSuccess = 4002;
val mutable AuditMembershipAuthenticationSuccess : int
Public Const AuditMembershipAuthenticationSuccess As Integer  = 4002

フィールド値

Value = 4002

注釈

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

適用対象

こちらもご覧ください