Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserTwoFactorProviderModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract]
    public class UserTwoFactorProviderModel

    Constructors

    View Source

    UserTwoFactorProviderModel(String, Boolean)

    Declaration
    public UserTwoFactorProviderModel(string providerName, bool isEnabledOnUser)
    Parameters
    Type Name Description
    System.String providerName
    System.Boolean isEnabledOnUser

    Properties

    View Source

    IsEnabledOnUser

    Declaration
    [DataMember(Name = "isEnabledOnUser")]
    public bool IsEnabledOnUser { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    ProviderName

    Declaration
    [DataMember(Name = "providerName")]
    public string ProviderName { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UserTwoFactorProviderModel(String, Boolean)
    • Properties
      • IsEnabledOnUser
      • ProviderName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX