Click or drag to resize

PasswordRuleMatcherMatchFailedRules Method

Matches password.

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public string[] MatchFailedRules(
	string password
)

Parameters

password  String
Master Password.

Return Value

String
A list of failed password rules.
See Also