PasswordVerificationResult Enumeration

 

Return result for IPasswordHasher

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

public enum PasswordVerificationResult
public enum class PasswordVerificationResult
type PasswordVerificationResult
Public Enumeration PasswordVerificationResult

Members

Member name Description
Failed

Password verification failed

Success

Success

SuccessRehashNeeded

Success but should update and rehash the password

See Also

Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top