Keeper SDK Class Library
C#
Show/Hide TOC
Password
Rule
Matcher Class
Represents a password complexity rule matcher.
Definition
Namespace:
KeeperSecurity.Utils
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
class
PasswordRuleMatcher
Inheritance
Object
PasswordRuleMatcher
Constructors
PasswordRuleMatcher
Initializes a new instance of the
PasswordRuleMatcher
class
Properties
Rules
Gets the password rule list.
Methods
FromNewUserParams
MatchFailedRules
Matches password.
See Also
Reference
KeeperSecurity.Utils Namespace
In This Article
Definition
Constructors
Properties
Methods
See Also