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