Class AccountTwoFactorSettingsDto
Inheritance
AccountTwoFactorSettingsDto
Assembly: Volo.Abp.Account.Pro.Admin.Application.Contracts.dll
Syntax
public class AccountTwoFactorSettingsDto
Constructors
AccountTwoFactorSettingsDto()
Declaration
public AccountTwoFactorSettingsDto()
Properties
IsRememberBrowserEnabled
Declaration
public bool IsRememberBrowserEnabled { get; set; }
Property Value
TwoFactorBehaviour
Declaration
public IdentityProTwoFactorBehaviour TwoFactorBehaviour { get; set; }
Property Value
UsersCanChange
Declaration
public bool UsersCanChange { get; set; }
Property Value
Extension Methods