[]
        
Specifies the result of a password validation.
public enum PasswordValidationResult
  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.  |