Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IBasicAuthService

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IBasicAuthService

    Methods

    View Source

    HasCorrectSharedSecret(IDictionary<String, StringValues>)

    Declaration
    virtual bool HasCorrectSharedSecret(IDictionary<string, StringValues> headers)
    Parameters
    Type Name Description
    IDictionary<System.String, StringValues> headers
    Returns
    Type Description
    System.Boolean
    View Source

    IsBasicAuthEnabled()

    Declaration
    bool IsBasicAuthEnabled()
    Returns
    Type Description
    System.Boolean
    View Source

    IsIpAllowListed(IPAddress)

    Declaration
    bool IsIpAllowListed(IPAddress clientIpAddress)
    Parameters
    Type Name Description
    System.Net.IPAddress clientIpAddress
    Returns
    Type Description
    System.Boolean
    View Source

    IsRedirectToLoginPageEnabled()

    Declaration
    virtual bool IsRedirectToLoginPageEnabled()
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • HasCorrectSharedSecret(IDictionary<String, StringValues>)
      • IsBasicAuthEnabled()
      • IsIpAllowListed(IPAddress)
      • IsRedirectToLoginPageEnabled()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX