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 ISet<string> AllowedIPs { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | ISet<System.String> |  | 
    
  
  
    View Source
  
  Enabled
  Gets or sets a value indicating whether Basic Auth Middleware is enabled.
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