public class PasswordGenerationOptions
PasswordGenerationOptions | Initializes a new instance of the PasswordGenerationOptions class |
Digit | Minimal number of digits |
Length | Password Length |
Lower | Minimal number of lowercase characters. |
Special | Minimal number of special characters |
SpecialCharacters | Special character vocabulary. SpecialCharacters |
Upper | Minimal number of uppercase characters. |