Show / Hide Table of Contents

Class AccountTwoFactorSettingsDto

Inheritance
object
AccountTwoFactorSettingsDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account
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
Type Description
bool

TwoFactorBehaviour

Declaration
public IdentityProTwoFactorBehaviour TwoFactorBehaviour { get; set; }
Property Value
Type Description
IdentityProTwoFactorBehaviour

UsersCanChange

Declaration
public bool UsersCanChange { get; set; }
Property Value
Type Description
bool
In this article
Back to top Powered by Volosoft