Class UserLoginInfo
Inheritance
UserLoginInfo
Assembly: Volo.Abp.Account.Web.dll
Syntax
public class UserLoginInfo
Constructors
UserLoginInfo()
Declaration
Properties
Password
Declaration
[Required]
[StringLength(32)]
[DataType(DataType.Password)]
[DisableAuditing]
public string Password { get; set; }
Property Value
RememberMe
Declaration
public bool RememberMe { get; set; }
Property Value
UserNameOrEmailAddress
Declaration
[Required]
[StringLength(255)]
public string UserNameOrEmailAddress { get; set; }
Property Value
Extension Methods