I am trying to validate the password entered in a windows form. The SQL table field is PasswordHash (binary(64), not null. I am retrieving it via EF6 and getting a byte[]. H