Class

HIDApprovePasswordPolicy

Protection Policy with password specific constraints.

Declaration

class HIDApprovePasswordPolicy

Overview

The restrictions may be any or all of the following:

  • Min and max character length

  • Min number of uppercase characters

  • Min number of lowercase characters

  • Min number of numeric characters

  • Min number of letter characters

  • Min number of symbol (non alphanumeric) characters

  • Max number of uppercase characters

  • Max number of lowercase characters

  • Max number of numeric characters

  • Max number of letter characters

  • Max number of symbol (non alphanumeric) characters

  • Min and Max age

  • Max password history

  • Allow/prohibit sequential characters

Topics

Instance Properties

Instance Methods

See Also

Key Protection Policies