Share via


IPasswordHasher Interface

 

Defines methods for password hashing.

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

Syntax

public interface IPasswordHasher
public interface class IPasswordHasher
type IPasswordHasher = interface end
Public Interface IPasswordHasher

Methods

Name Description
System_CAPS_pubmethod HashPassword(String)

Hashes a password.

System_CAPS_pubmethod VerifyHashedPassword(String, String)

Verifies that a password matches the hashed password.

See Also

Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top