Search Results for

    Show / Hide Table of Contents
    View Source

    Class TwoFactorLogin

    Inheritance
    System.Object
    BeingDirtyBase
    EntityBase
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class TwoFactorLogin : EntityBase, ITwoFactorLogin, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty

    Properties

    View Source

    Confirmed

    Declaration
    public bool Confirmed { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    ProviderName

    Declaration
    public string ProviderName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Secret

    Declaration
    public string Secret { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    UserOrMemberKey

    Declaration
    public Guid UserOrMemberKey { get; set; }
    Property Value
    Type Description
    Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX