Click or drag to resize

PasswordGenerationOptions Class

Defines password generation rules.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.UtilsPasswordGenerationOptions

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class PasswordGenerationOptions

The PasswordGenerationOptions type exposes the following members.

Constructors
 NameDescription
Public methodPasswordGenerationOptionsInitializes a new instance of the PasswordGenerationOptions class
Top
Properties
 NameDescription
Public propertyDigit Minimal number of digits
Public propertyLength Password Length
Public propertyLower Minimal number of lowercase characters.
Public propertySpecial Minimal number of special characters
Public propertySpecialCharacters Special character vocabulary. SPECIAL_CHARACTERS
Public propertyUpper Minimal number of uppercase characters.
Top
See Also