Search Results for

    Show / Hide Table of Contents

    Class BasicAuthService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Services.Implement
    Assembly: cs.temp.dll.dll
    Syntax
    public class BasicAuthService : IBasicAuthService

    Constructors

    BasicAuthService(IOptionsMonitor<BasicAuthSettings>)

    Declaration
    public BasicAuthService(IOptionsMonitor<BasicAuthSettings> optionsMonitor)
    Parameters
    Type Name Description
    IOptionsMonitor<BasicAuthSettings> optionsMonitor

    Methods

    IsBasicAuthEnabled()

    Declaration
    public bool IsBasicAuthEnabled()
    Returns
    Type Description
    System.Boolean

    IsIpAllowListed(IPAddress)

    Declaration
    public bool IsIpAllowListed(IPAddress clientIpAddress)
    Parameters
    Type Name Description
    IPAddress clientIpAddress
    Returns
    Type Description
    System.Boolean
    In This Article
    • Constructors
      • BasicAuthService(IOptionsMonitor<BasicAuthSettings>)
    • Methods
      • IsBasicAuthEnabled()
      • IsIpAllowListed(IPAddress)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX