IPasswordHasher Interface
Defines methods for password hashing.
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
| Name | Description | |
|---|---|---|
![]() | HashPassword(String) | Hashes a password. |
![]() | VerifyHashedPassword(String, String) | Verifies that a password matches the hashed password. |
Show:
