Class IdentitySecurityLogActionConsts
Inheritance
IdentitySecurityLogActionConsts
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public class IdentitySecurityLogActionConsts
Constructors
IdentitySecurityLogActionConsts()
Declaration
public IdentitySecurityLogActionConsts()
Properties
ChangeEmail
Declaration
public static string ChangeEmail { get; set; }
Property Value
ChangePassword
Declaration
public static string ChangePassword { get; set; }
Property Value
ChangePhoneNumber
Declaration
public static string ChangePhoneNumber { get; set; }
Property Value
ChangeUserName
Declaration
public static string ChangeUserName { get; set; }
Property Value
LoginFailed
Declaration
public static string LoginFailed { get; set; }
Property Value
LoginInvalidUserName
Declaration
public static string LoginInvalidUserName { get; set; }
Property Value
LoginInvalidUserNameOrPassword
Declaration
public static string LoginInvalidUserNameOrPassword { get; set; }
Property Value
LoginLockedout
Declaration
public static string LoginLockedout { get; set; }
Property Value
LoginNotAllowed
Declaration
public static string LoginNotAllowed { get; set; }
Property Value
LoginRequiresTwoFactor
Declaration
public static string LoginRequiresTwoFactor { get; set; }
Property Value
LoginSucceeded
Declaration
public static string LoginSucceeded { get; set; }
Property Value
Logout
Declaration
public static string Logout { get; set; }
Property Value
TwoFactorDisabled
Declaration
public static string TwoFactorDisabled { get; set; }
Property Value
TwoFactorEnabled
Declaration
public static string TwoFactorEnabled { get; set; }
Property Value
Extension Methods