PasswordGenerationOptions Class

Defines password generation rules.

Definition

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public class PasswordGenerationOptions
Inheritance
Object    PasswordGenerationOptions

Constructors

PasswordGenerationOptionsInitializes a new instance of the PasswordGenerationOptions class

Properties

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.

See Also