PasswordVerificationResult Enum

Definition

Specifies the results for password verification.

public enum class PasswordVerificationResult
public enum PasswordVerificationResult
type PasswordVerificationResult = 
Public Enum PasswordVerificationResult
Inheritance
PasswordVerificationResult

Fields

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.

Applies to