Search Results for

    Show / Hide Table of Contents
    View Source

    Class BasicAuthSettings

    Typed configuration options for basic authentication settings.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [UmbracoOptions("Umbraco:CMS:BasicAuth")]
    public class BasicAuthSettings

    Properties

    View Source

    AllowedIPs

    Declaration
    public ISet<string> AllowedIPs { get; set; }
    Property Value
    Type Description
    ISet<string>
    View Source

    Enabled

    Gets or sets a value indicating whether Basic Auth Middleware is enabled.

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    RedirectToLoginPage

    Declaration
    public bool RedirectToLoginPage { get; set; }
    Property Value
    Type Description
    bool
    View Source

    SharedSecret

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