Show / Hide Table of Contents

Enum IdenityAuditEvent

Represent the type of events that are audited.

Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public enum IdenityAuditEvent

Associated

A user is associated.

Created

A user is created.

Invited

A user is invited.

LockedOut

A user is locked out.

LoginAdded

A user have added a login.

LoginRemoved

A user have removed a login.

PasswordChanged

A user has changed the password.

PasswordRemoved

A user has removed the password.

PasswordReset

A user has reset the password.

SignInFailed

A failed sign-in.

SignInSucceded

A successfull sign-in.

SignOut

A sign-out.

Unlocked

A user that was locked out, is now unlocked again.

Back to top Generated by DocFX