PasswordHasher Class

Implements password hashing methods

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Identity.PasswordHasher

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

Syntax

'Declaration
Public Class PasswordHasher _
    Implements IPasswordHasher
'Usage
Dim instance As PasswordHasher
public class PasswordHasher : IPasswordHasher
public ref class PasswordHasher : IPasswordHasher
type PasswordHasher =  
    class 
        interface IPasswordHasher 
    end
public class PasswordHasher implements IPasswordHasher

The PasswordHasher type exposes the following members.

Constructors

  Name Description
Public method PasswordHasher

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method HashPassword Hash a password
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method VerifyHashedPassword Verify that a password matches the hashedPassword

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.Identity Namespace