Algorithm.BCrypt to hash passwords.BCryptPbkdf2PasswordHash using the Algorithm in the default config.Algorithm of the constructor.BCryptPbkdf2PasswordHash using BCrypt to
hash new passwords.BCryptPbkdf2PasswordHash using PBKDF2WithHmacSHA to
hash new passwords.PasswordHasher should encode the password in the following way:
<algorithm>:<the hashed password including the salt>
The algorithm is used to identify the implementation of the PasswordHasher.PBKDF2WithHmacSHA it also adjust the constructor
parameters if the min values aren't honored.Copyright © 2020. All rights reserved.