NET Password Generator
PasswordConfig Class Properties


KellermanSoftware.NetPasswordGenerator Namespace : PasswordConfig Class

For a list of all members of this type, see PasswordConfig members.

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
See Also

Reference

PasswordConfig Class
KellermanSoftware.NetPasswordGenerator Namespace