Udostępnij za pośrednictwem


WebEventCodes.AuditMembershipAuthenticationSuccess Pole

Definicja

Reprezentuje kod zdarzenia wskazujący, że podczas żądania sieci Web wystąpił powodzenie uwierzytelniania członkostwa. To pole jest stałe.

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

Wartość pola

Value = 4002

Uwagi

AuditMembershipAuthenticationSuccess jest głównym kodem zdarzenia kondycji związanego z powodzeniem uwierzytelniania członkostwa użytkownika. Gdy wystąpi to zdarzenie, ASP.NET zgłasza WebAuthenticationSuccessAuditEvent kod z głównym kodem AuditMembershipAuthenticationSuccess.

Dotyczy

Zobacz też