LoggerEventIds Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Static class that exposes logging event ids.
public static class LoggerEventIds
type LoggerEventIds = class
Public Class LoggerEventIds
- Inheritance
-
LoggerEventIds
Fields
AuthenticationAppKeyReset |
Event id when user has reset the authentication app key. |
InvalidAuthenticatorCode |
Event id when a user has entered an invalid authenticator code. |
InvalidRecoveryCode |
Event id when a user has entered an invalid recovey code. |
PasswordChanged |
Event id when a user has changed the password. |
PersonalDataRequested |
Event id when a user has requested the personal data. |
TwoFADisabled |
Event id when a user has disabled two factor authentication. |
TwoFAEnabled |
Event id when a user has enabled two factor authentication. |
TwoFARecoveryGenerated |
Event id when two factor authentication recovery code is generated. |
UserCreated |
Event id when a user is created. |
UserCreatedByExternalProvider |
Event id when a user is created by an external provider. |
UserDeleted |
Event id when a user has been deleted. |
UserLockout |
Event id when a user is locked out. |
UserLoggedInByExternalProvider |
Event id when a user is logged in by an external provider. |
UserLoggedOut |
Event id when a user is logged out. |
UserLogin |
Event id when a user is logged in. |
UserLoginWith2FA |
Event id when a user is logged in two factor authentication. |
UserLoginWithRecoveryCode |
Event id when a user is logged in with recovey code. |