IPasswordHasher Interface

 

Defines methods for password hashing.

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

public interface IPasswordHasher

NameDescription
System_CAPS_pubmethodHashPassword(String)

Hashes a password.

System_CAPS_pubmethodVerifyHashedPassword(String, String)

Verifies that a password matches the hashed password.

Return to top
Show: