Udostępnij za pośrednictwem


WebEventCodes.AuditFormsAuthenticationFailure Pole

Definicja

Reprezentuje kod zdarzenia wskazujący, że wystąpił błąd uwierzytelniania formularza podczas żądania sieci Web. To pole jest stałe.

public: int AuditFormsAuthenticationFailure = 4005;
public const int AuditFormsAuthenticationFailure = 4005;
val mutable AuditFormsAuthenticationFailure : int
Public Const AuditFormsAuthenticationFailure As Integer  = 4005

Wartość pola

Value = 4005

Uwagi

AuditFormsAuthenticationFailure to główny kod zdarzenia kondycji związane z niepowodzeniem uwierzytelniania użytkownika. W przypadku wystąpienia tego zdarzenia ASP.NET zgłasza WebAuthenticationFailureAuditEvent kod z głównym kodem AuditFormsAuthenticationFailure.

Dotyczy

Zobacz też