PasswordVerificationResult Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the results for password verification.
public enum class PasswordVerificationResultpublic enum PasswordVerificationResulttype PasswordVerificationResult = Public Enum PasswordVerificationResult- Inheritance
- 
				PasswordVerificationResult
Fields
| Name | Value | Description | 
|---|---|---|
| Failed | 0 | Indicates password verification failed. | 
| Success | 1 | Indicates password verification was successful. | 
| SuccessRehashNeeded | 2 | Indicates password verification was successful however the password was encoded using a deprecated algorithm and should be rehashed and updated. |