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