Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ILocalLoginSettingProvider

    A setting provider for local logins.

    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ILocalLoginSettingProvider
    Remarks

    This cannot be an app setting since it's specified by the external login providers.

    Methods

    View Source

    HasDenyLocalLogin()

    Determines whether local login should be denied.

    Declaration
    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