PasswordVerificationResult Enum

Summary

Specifies the results for password verification.

Syntax

public enum PasswordVerificationResult

GitHub

View on GitHub

enum Microsoft.AspNet.Identity.PasswordVerificationResult

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