views:

10

answers:

0

Good Day,

I have an ASP.NET Membership web form with 3 fields:

  1. Username
  2. The Security Question
  3. A textbox field where the user enters the answer to the Security Question.

I know that the PasswordAnswer is hashed/encrypted. Is there a way to determine if the user entered the correct answer? I tried the ValidateUser method, but that doesn't appear to work.

Is there a way to do this?

TIA,

coson