Show / Hide Table of Contents

Class SimpleMembershipHasher<TUser>

Implements the Simple Membership password hashing.

Inheritance
Object
Microsoft.AspNetCore.Identity.PasswordHasher<TUser>
SimpleMembershipHasher<TUser>
Inherited Members
Microsoft.AspNetCore.Identity.PasswordHasher<TUser>.HashPassword(TUser, System.String)
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.MembershipCompatShim.dll
Syntax
public class SimpleMembershipHasher<TUser> : PasswordHasher<TUser>, IPasswordHasher<TUser> where TUser : class
Type Parameters
TUser

The type used to represent a user.

Methods

VerifyHashedPassword(TUser, String, String)

Declaration
public override PasswordVerificationResult VerifyHashedPassword(TUser user, string hashedPassword, string providedPassword)
Parameters
TUser user

String hashedPassword

String providedPassword

Returns
Microsoft.AspNetCore.Identity.PasswordVerificationResult

Overrides
Microsoft.AspNetCore.Identity.PasswordHasher<TUser>.VerifyHashedPassword(TUser, System.String, System.String)
Back to top Generated by DocFX