Click or drag to resize

PasswordRuleMatcher Class

Represents a password complexity rule matcher.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.UtilsPasswordRuleMatcher

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

The PasswordRuleMatcher type exposes the following members.

Constructors
 NameDescription
Public methodPasswordRuleMatcherInitializes a new instance of the PasswordRuleMatcher class
Top
Properties
 NameDescription
Public propertyRules Gets the password rule list.
Top
Methods
 NameDescription
Public methodStatic memberFromNewUserParams 
Public methodMatchFailedRules Matches password.
Top
See Also