Show / Hide Table of Contents

Class IdentitySecurityLogActionConsts

Inheritance
System.Object
IdentitySecurityLogActionConsts
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public class IdentitySecurityLogActionConsts : object

Properties

ChangeEmail

Declaration
public static string ChangeEmail { get; set; }
Property Value
Type Description
System.String

ChangePassword

Declaration
public static string ChangePassword { get; set; }
Property Value
Type Description
System.String

ChangePhoneNumber

Declaration
public static string ChangePhoneNumber { get; set; }
Property Value
Type Description
System.String

ChangeUserName

Declaration
public static string ChangeUserName { get; set; }
Property Value
Type Description
System.String

LoginFailed

Declaration
public static string LoginFailed { get; set; }
Property Value
Type Description
System.String

LoginInvalidUserName

Declaration
public static string LoginInvalidUserName { get; set; }
Property Value
Type Description
System.String

LoginInvalidUserNameOrPassword

Declaration
public static string LoginInvalidUserNameOrPassword { get; set; }
Property Value
Type Description
System.String

LoginLockedout

Declaration
public static string LoginLockedout { get; set; }
Property Value
Type Description
System.String

LoginNotAllowed

Declaration
public static string LoginNotAllowed { get; set; }
Property Value
Type Description
System.String

LoginRequiresTwoFactor

Declaration
public static string LoginRequiresTwoFactor { get; set; }
Property Value
Type Description
System.String

LoginSucceeded

Declaration
public static string LoginSucceeded { get; set; }
Property Value
Type Description
System.String

Logout

Declaration
public static string Logout { get; set; }
Property Value
Type Description
System.String

TwoFactorDisabled

Declaration
public static string TwoFactorDisabled { get; set; }
Property Value
Type Description
System.String

TwoFactorEnabled

Declaration
public static string TwoFactorEnabled { get; set; }
Property Value
Type Description
System.String

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft