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 | |
---|---|---|
![]() |
HashPassword(String) | Hashes a password. |
![]() |
VerifyHashedPassword(String, String) | Verifies that a password matches the hashed password. |
See Also
Microsoft.AspNet.Identity Namespace
ASP.NET Identity
Return to top