| PasswordScore Enumeration |
Describes the password strength as a scoring system
Namespace:
Cauldron.Cryptography
Assembly:
Cauldron.Cryptography (in Cauldron.Cryptography.dll) Version: 3.2.0.2
Syntax public enum PasswordScore
Public Enumeration PasswordScore
public enum class PasswordScore
Members
| Member name | Value | Description |
---|
| Blank | 0 |
Password is blank
|
| VeryWeak | 1 |
Password length is shorter than 4 characters
|
| Weak | 2 |
Password is weak
|
| Medium | 3 |
Password is medium
|
| Strong | 4 |
The password is considered as strong
|
| VeryStrong | 5 |
The password is considered as very strong
|
See Also