Class RandomPasswordGenerator
  
  
  
    Inheritance
    
    
    RandomPasswordGenerator
   
  
  
  Assembly: RandomGenerator.dll
  Syntax
  
    public class RandomPasswordGenerator : StringGenerator
   
  Constructors
  
    |
    Improve this Doc
  
  
    View Source
  
  
  RandomPasswordGenerator()
  
  
  Declaration
  
    public RandomPasswordGenerator()
   
  Fields
  
    |
    Improve this Doc
  
  
    View Source
  
  DefaultPasswordLength
  
  
  Declaration
  
    protected const int DefaultPasswordLength = 10
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  DefaultPasswordMaxLength
  
  
  Declaration
  
    protected const int DefaultPasswordMaxLength = 256
   
  Field Value
  
  Methods
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Generate(int)
  
  
  Declaration
  
    public string Generate(int length)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | int | 
        length | 
         | 
      
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IncludeLowercase(bool)
  
  
  Declaration
  
    public RandomPasswordGenerator IncludeLowercase(bool include)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | bool | 
        include | 
         | 
      
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IncludeNumeric(bool)
  
  
  Declaration
  
    public RandomPasswordGenerator IncludeNumeric(bool include)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | bool | 
        include | 
         | 
      
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IncludeSpecial(bool)
  
  
  Declaration
  
    public RandomPasswordGenerator IncludeSpecial(bool include)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | bool | 
        include | 
         | 
      
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IncludeUppercase(bool)
  
  
  Declaration
  
    public RandomPasswordGenerator IncludeUppercase(bool include)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | bool | 
        include | 
         | 
      
    
  
  Returns