mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-12 19:23:36 -06:00
1.1 KiB
1.1 KiB
CompareHashedPassword Method
Overload List
CompareHashedPassword(Password, String, Byte[], IPasswordAlgorithm, Object[]) | Compares an unencrypted password with a stored, encrypted existingPassword. This method uses the specified algorithm to retrieve the hashed version of the password and then compares it with the existingPassword. |
CompareHashedPassword(T)(Password, String, Byte[], Object[]) | Compares an unencrypted password with a stored, encrypted existingPassword. This method uses the specified password algorithm type T to retrieve the hashed version of the password and then compares it with the existingPassword. |