NET Password Generator
PasswordConfig Class Members
Fields  Properties  Methods 


KellermanSoftware.NetPasswordGenerator Namespace : PasswordConfig Class

The following tables list the members exposed by PasswordConfig.

Public Constructors
 NameDescription
Public Constructor Default constructor  
Top
Public Fields
 NameDescription
Public Field Valid special characters for active directory  
Public Field Default special characters that can be generated  
Top
Public Properties
 NameDescription
Public Property The maximum length of characters to generate for a password. Default is 20  
Public Property The maximum number of numeric characters that will be generated for a password. Default is 2  
Public Property The maximum number of special characters that will be generated for a password. Default is 1  
Public Property The maximum number of words to generate for a password. Default is 3  
Public Property The minimum length of characters to generate for a password. Default is 15  
Public Property The minimum lower case letters to generated for a password. Default is 1  
Public Property The minimum number of numeric characters that will be generated for a password. Default is 2  
Public Property The minimum number of special characters that will be generated for a password. Default is 1  
Public Property The minimum upper case letters to generate for a password. Default is 1  
Public Property The minimum number of words to generate for a password. Default is 2  
Public Property The location where the numeric characters will be placed when generated for a password. Default is Random  
Public Property Define where special characters are placed when generated in a password. Default is Random  
Public Property Define special characters for password generation. Default is @!$%+/=~  
Public Property The style of words to generate for a password. Default is PopularWords  
Top
Public Methods
 NameDescription
Public Method Verify that the configuration is correct, if not throw an exception  
Top
See Also

Reference

PasswordConfig Class
KellermanSoftware.NetPasswordGenerator Namespace