Name | Description | |
---|---|---|
![]() | PasswordConfig Constructor | Default constructor |
The following tables list the members exposed by PasswordConfig.
Name | Description | |
---|---|---|
![]() | PasswordConfig Constructor | Default constructor |
Name | Description | |
---|---|---|
![]() | ActiveDirectorySpecialCharacters | Valid special characters for active directory |
![]() | DefaultSpecialCharacters | Default special characters that can be generated |
Name | Description | |
---|---|---|
![]() | MaxLength | The maximum length of characters to generate for a password. Default is 20 |
![]() | MaxNumbers | The maximum number of numeric characters that will be generated for a password. Default is 2 |
![]() | MaxSpecialCharacters | The maximum number of special characters that will be generated for a password. Default is 1 |
![]() | MaxWords | The maximum number of words to generate for a password. Default is 3 |
![]() | MinLength | The minimum length of characters to generate for a password. Default is 15 |
![]() | MinLowerLetter | The minimum lower case letters to generated for a password. Default is 1 |
![]() | MinNumbers | The minimum number of numeric characters that will be generated for a password. Default is 2 |
![]() | MinSpecialCharacters | The minimum number of special characters that will be generated for a password. Default is 1 |
![]() | MinUpperLetter | The minimum upper case letters to generate for a password. Default is 1 |
![]() | MinWords | The minimum number of words to generate for a password. Default is 2 |
![]() | NumberPosition | The location where the numeric characters will be placed when generated for a password. Default is Random |
![]() | SpecialCharacterPosition | Define where special characters are placed when generated in a password. Default is Random |
![]() | ValidSpecialCharacters | Define special characters for password generation. Default is @!$%+/=~ |
![]() | WordStyle | The style of words to generate for a password. Default is PopularWords |
Name | Description | |
---|---|---|
![]() | VerifyConfiguration | Verify that the configuration is correct, if not throw an exception |