Keeper SDK Class Library
C#
Show/Hide TOC
Password
Rule
Matcher
Match
Failed
Rules Method
Matches password.
Definition
Namespace:
KeeperSecurity.Utils
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
string
[]
MatchFailedRules
(
string
password
)
Parameters
password
String
Master Password.
Return Value
String
A list of failed password rules.
See Also
Reference
PasswordRuleMatcher Class
KeeperSecurity.Utils Namespace
In This Article
Definition
Parameters
Return Value
See Also