 |
PasswordStrength Enumeration |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the needed strengths of the password.
Namespace:
WeroSoft.Security
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0
Syntaxpublic enum PasswordStrength
Members
| Member name | Value | Description |
---|
| None | 0 |
Undefined password strength.
|
| Simple | 1 |
Simple password strength is defined.
|
| Medium | 2 |
Medium password strength is requested.
|
| Strong | 3 |
Strong password is requested.
|
| Extreme | 4 |
Extremely strong password is requested.
|
See Also