Table of Contents

Enum LoginLogEventType

Namespace
Dynamicweb.Security.UserManagement
Assembly
Dynamicweb.Core.dll

The kind of authentication event recorded in the login log.

public enum LoginLogEventType

Fields

Lockout = 2

An account was blocked by brute-force protection.

Login = 0

A login attempt (successful or failed — see Success).

Logout = 1

A user signed out.

To top