PasswordRuleMatcherMatchFailedRules Method

Matches password.

Definition

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

Parameters

password  String
Master Password.

Return Value

String
A list of failed password rules.

See Also