Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserTwoFactorProviderModel

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

    Constructors

    View Source

    UserTwoFactorProviderModel(string, bool)

    Declaration
    public UserTwoFactorProviderModel(string providerName, bool isEnabledOnUser)
    Parameters
    Type Name Description
    string providerName
    bool isEnabledOnUser

    Properties

    View Source

    IsEnabledOnUser

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

    ProviderName

    Declaration
    [DataMember(Name = "providerName")]
    public string ProviderName { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX