WebEventCodes.AuditMembershipAuthenticationSuccess 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示的是指示在 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为 。