CapyKit/Documentation/Help/Overload_CapyKit_Helpers_SecurityHelper_CompareHashedPassword.md

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.

See Also

Reference

SecurityHelper Class
CapyKit.Helpers Namespace