Click or drag to resize

PasswordRuleMatcher Constructor

Initializes a new instance of the PasswordRuleMatcher class

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public PasswordRuleMatcher(
	PasswordRule[] rules
)

Parameters

rules  PasswordRule

[Missing <param name="rules"/> documentation for "M:KeeperSecurity.Utils.PasswordRuleMatcher.#ctor(KeeperSecurity.Commands.PasswordRule[])"]

See Also