Click or drag to resize
PasswordHasherTUser Methods

The PasswordHasherTUser generic type exposes the following members.

Methods
  NameDescription
Public methodHashPassword
Returns a hashed representation of the supplied password for the specified user.
Public methodVerifyHashedPassword
Returns a PasswordVerificationResult indicating the result of a password hash comparison.

This verification will fail also in the following cases:

  • User is not found in database.
  • User is public.
  • User is external.
  • User is a domain user.

Top
See Also