| PasswordHasherTUser Class |
Namespace: Kentico.Membership
public class PasswordHasher<TUser> : IPasswordHasher<TUser> where TUser : ApplicationUser
The PasswordHasherTUser type exposes the following members.
| Name | Description | |
|---|---|---|
| PasswordHasherTUser |
| Name | Description | |
|---|---|---|
| HashPassword |
Returns a hashed representation of the supplied password for the specified user.
| |
| VerifyHashedPassword |
Returns a PasswordVerificationResult indicating the result of a password hash comparison.
This verification will fail also in the following cases:
|