View Source
Class BasicAuthSettings
Typed configuration options for basic authentication settings.
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class BasicAuthSettings
Properties
View Source
AllowedIPs
Declaration
public string[] AllowedIPs { get; set; }
Property Value
Type |
Description |
System.String[] |
|
View Source
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 |
|
View Source
RedirectToLoginPage
Declaration
public bool RedirectToLoginPage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
SharedSecret
Declaration
public SharedSecret SharedSecret { get; set; }
Property Value