Interface IBasicAuthService
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public interface IBasicAuthService
Methods
View SourceIsBasicAuthEnabled()
Declaration
bool IsBasicAuthEnabled()
Returns
| Type | Description |
|---|---|
| System.Boolean |
IsIpAllowListed(IPAddress)
Declaration
bool IsIpAllowListed(IPAddress clientIpAddress)
Parameters
| Type | Name | Description |
|---|---|---|
| IPAddress | clientIpAddress |
Returns
| Type | Description |
|---|---|
| System.Boolean |