WebEventCodes.AuditFormsAuthenticationSuccess Feld

Definition

Stellt den Ereigniscode dar, der angibt, dass während einer Webanforderung eine Formularauthentifizierung erfolgreich ausgeführt wurde. Dieses Feld ist konstant.

public: int AuditFormsAuthenticationSuccess = 4001;
public const int AuditFormsAuthenticationSuccess = 4001;
val mutable AuditFormsAuthenticationSuccess : int
Public Const AuditFormsAuthenticationSuccess As Integer  = 4001

Feldwert

Value = 4001

Hinweise

Der AuditFormsAuthenticationSuccess ist der Hauptcode für das Integritätsereignis im Zusammenhang mit dem Authentifizierungserfolg eines Benutzers. Wenn dieses Ereignis auftritt, löst ASP.NET einen WebAuthenticationSuccessAuditEvent mit dem Hauptcode aus AuditFormsAuthenticationSuccess.

Gilt für:

Weitere Informationen