Show / Hide Table of Contents

Class TwoFactorViewModel

Inheritance
object
TwoFactorViewModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity.Pro.Blazor.Pages.Identity
Assembly: Volo.Abp.Identity.Pro.Blazor.dll
Syntax
public class TwoFactorViewModel

Constructors

TwoFactorViewModel()

Declaration
public TwoFactorViewModel()

Properties

Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
Guid

TwoFactorEnabled

Declaration
public bool TwoFactorEnabled { get; set; }
Property Value
Type Description
bool

UserName

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