Sdílet prostřednictvím


WebEventCodes.AuditMembershipAuthenticationFailure Pole

Definice

Představuje kód události označující, že během webového požadavku došlo k chybě ověřování členství. Toto pole je konstantní.

public: int AuditMembershipAuthenticationFailure = 4006;
public const int AuditMembershipAuthenticationFailure = 4006;
val mutable AuditMembershipAuthenticationFailure : int
Public Const AuditMembershipAuthenticationFailure As Integer  = 4006

Hodnota pole

Value = 4006

Poznámky

Je AuditMembershipAuthenticationFailure hlavní kód události stavu související se selháním ověřování členství uživatele. Když dojde k této události, ASP.NET vyvolá WebAuthenticationFailureAuditEvent s hlavním kódem AuditMembershipAuthenticationFailure.

Platí pro

Viz také