Class TwoFactorModel.TwoFactorViewModel
Inherited Members
Namespace: Volo.Abp.Identity.Web.Pages.Identity.Users
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class TwoFactorModel.TwoFactorViewModel
Constructors
TwoFactorViewModel()
Declaration
public TwoFactorViewModel()
Properties
Id
Declaration
[HiddenInput]
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
TwoFactorEnabled
Declaration
public bool TwoFactorEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |