verifyPassword

Convenience function to verify a password.

  1. bool verifyPassword(Algorithm alg, string password, string hash)
    bool
    verifyPassword
    (
    ,
    string password
    ,
    string hash
    )
  2. bool verifyPassword(string password, string hash)

Meta