[]
Specifies the result of a password validation.
public enum PasswordValidationResult
| Name | Description |
|---|---|
| Invalid | The password is invalid. |
| NotSupportedAlgorithm | Cannot validate the password as it was encrypted with a non-supported algorithm. |
| Valid | The password is valid. |