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 会引发一个 WebAuthenticationSuccessAuditEvent ,主要代码 AuditMembershipAuthenticationSuccess为 。

适用于

另请参阅