DataWeb
Search Results for

    Show / Hide Table of Contents

    Class TwoFactorValidate

    Inheritance
    object
    TwoFactorValidate
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Identity
    Assembly: DataWeb.Core.dll
    Syntax
    public class TwoFactorValidate

    Properties

    Code

    Declaration
    [Required(ErrorMessage = "Account.Common.TwoFactorCode_Required")]
    public string Code { get; set; }
    Property Value
    Type Description
    string

    IsPersistent

    Declaration
    public bool IsPersistent { get; set; }
    Property Value
    Type Description
    bool
    In this article
    Back to top Generated by DocFX