Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeAuthenticationTypeSettings

    Configuration settings for back office authentication types.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Core.dll
    Syntax
    public class BackOfficeAuthenticationTypeSettings

    Constructors

    View Source

    BackOfficeAuthenticationTypeSettings()

    Declaration
    public BackOfficeAuthenticationTypeSettings()

    Properties

    View Source

    AuthenticationType

    Gets or sets the authentication type for the back office.

    Declaration
    public string AuthenticationType { get; set; }
    Property Value
    Type Description
    string
    View Source

    ExternalAuthenticationType

    Gets or sets the authentication type for external back office authentication.

    Declaration
    public string ExternalAuthenticationType { get; set; }
    Property Value
    Type Description
    string
    View Source

    TwoFactorAuthenticationType

    Gets or sets the authentication type for back office two-factor authentication.

    Declaration
    public string TwoFactorAuthenticationType { get; set; }
    Property Value
    Type Description
    string
    View Source

    TwoFactorRememberMeAuthenticationType

    Gets or sets the authentication type for back office two-factor remember me authentication.

    Declaration
    public string TwoFactorRememberMeAuthenticationType { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX