| Interface | Description |
|---|---|
| IPasswordConstraint |
Base interface for a single password constraint type.
|
| IPasswordConstraintList |
This interface defines a list of password constraints.
|
| Class | Description |
|---|---|
| PasswordConstraintList |
The default implementation of
IPasswordConstraintList. |
| PasswordConstraintMaxLength |
Password constraint defining the maximum length (incl.)
|
| PasswordConstraintMinLength |
Password constraint defining the minimum length (incl.)
|
| PasswordConstraintMustContainDigit |
Password constraint defining that at least a certain amount of digits must be
contained
|
| PasswordConstraintMustContainLetter |
Password constraint defining that at least a certain amount of letters must
be contained
|
| PasswordConstraintMustContainLetterLowerCase |
Password constraint defining that at least a certain amount of lowercase
letters must be contained
|
| PasswordConstraintMustContainLetterUpperCase |
Password constraint defining that at least a certain amount of uppercase
letters must be contained
|
| PasswordConstraintMustContainSpecialChar |
Password constraint defining that at least a certain amount of special
characters (= not letter and not digit) must be contained
|
| Enum | Description |
|---|---|
| EPasswordConstraintText |
Password constraint texts
|
Copyright © 2014–2015 Philip Helger. All rights reserved.