Class BasicAuthSettings
Typed configuration options for basic authentication settings.
Inheritance
System.Object
      Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class BasicAuthSettings : object
  Properties
View SourceAllowedIPs
Declaration
public string[] AllowedIPs { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String[] | 
Enabled
Gets or sets a value indicating whether to keep the user logged in.
Declaration
public bool Enabled { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |