public static bool VerifyHash(string password, string hash)
{
// Hash the input.
string hashOfInput = GetHash(password);
// Return true if they are the same
return String.Compare(hashOfInput, hash, StringComparison.OrdinalIgnoreCase) == 0;
}
This is example of inserting password in encoded form.
public static bool VerifyHash(string password, string hash)
{
// Hash the input.
string hashOfInput = GetHash(password);
// Return true if they are the same
return String.Compare(hashOfInput, hash, StringComparison.OrdinalIgnoreCase) == 0;
}
This is example of inserting password in encoded form.
you can choose your name at the time of registration later you will get a mail in your mail id inbox. just click on the given conformation link
to activate your username.