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 SourceHasDenyLocalLogin()
Determines whether local login should be denied.
Declaration
bool HasDenyLocalLogin()
Returns
| Type | Description |
|---|---|
| bool |
|