IPasswordHasher Interface

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
Public method HashPassword Hash a password
Public method VerifyHashedPassword Verify that a password matches the hashed password

Top

See Also

Reference

Microsoft.AspNet.Identity Namespace