Search Results for

    Show / Hide Table of Contents
    View Source

    Class NoopLocalLoginSettingProvider

    A default implementation of ILocalLoginSettingProvider that always allows local login.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class NoopLocalLoginSettingProvider : ILocalLoginSettingProvider
    Remarks

    This is used when the backoffice is not registered, as the backoffice provides its own implementation that checks external login provider settings.

    Constructors

    View Source

    NoopLocalLoginSettingProvider()

    Declaration
    public NoopLocalLoginSettingProvider()

    Methods

    View Source

    HasDenyLocalLogin()

    Determines whether local login should be denied.

    Declaration
    public bool HasDenyLocalLogin()
    Returns
    Type Description
    bool

    true if local login is denied; otherwise, false.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX