Show / Hide Table of Contents

Class TwoFactorModel.TwoFactorViewModel

Inheritance
System.Object
TwoFactorModel.TwoFactorViewModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.Identity.Web.Pages.Identity.Users
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class TwoFactorViewModel

Properties

Id

Declaration
[HiddenInput]
public Guid Id { get; set; }
Property Value
Type Description
System.Guid

TwoFactorEnabled

Declaration
public bool TwoFactorEnabled { get; set; }
Property Value
Type Description
System.Boolean
Back to top Powered by Volosoft