View Source
  Interface IPasswordConfigurationSection
  
  
  
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public interface IPasswordConfigurationSection : IUmbracoConfigurationSection
   
  Properties
  
  
    View Source
  
  HashAlgorithmType
  
  
  Declaration
  
    string HashAlgorithmType { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    View Source
  
  MaxFailedAccessAttemptsBeforeLockout
  
  
  Declaration
  
    int MaxFailedAccessAttemptsBeforeLockout { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    View Source
  
  RequireDigit
  
  
  Declaration
  
    bool RequireDigit { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    View Source
  
  RequiredLength
  
  
  Declaration
  
    int RequiredLength { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    View Source
  
  RequireLowercase
  
  
  Declaration
  
    bool RequireLowercase { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    View Source
  
  RequireNonLetterOrDigit
  
  
  Declaration
  
    bool RequireNonLetterOrDigit { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    View Source
  
  RequireUppercase
  
  
  Declaration
  
    bool RequireUppercase { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    View Source
  
  UseLegacyEncoding
  
  
  Declaration
  
    bool UseLegacyEncoding { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         |