Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Abstraction for password hashing methods
Namespace: Microsoft.AspNet.Identity
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
Syntax
'Declaration
Public Interface IPasswordHasher
'Usage
Dim instance As IPasswordHasher
public interface IPasswordHasher
public interface class IPasswordHasher
type IPasswordHasher = interface end
public interface IPasswordHasher
The IPasswordHasher type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
HashPassword | Hash a password |
![]() |
VerifyHashedPassword | Verify that a password matches the hashed password |
Top
.gif)