PasswordVerificationResult Enum¶
Fields¶
-
Failed()¶ Indicates password verification failed.
Failed = 0
-
Success()¶ Indicates password verification was successful.
Success = 1
-
SuccessRehashNeeded()¶ Indicates password verification was successful however the password was encoded using a deprecated algorithm and should be rehashed and updated.
SuccessRehashNeeded = 2
-