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