Friday, March 16, 2012

Password Answer

Hello,

How can I get the Password Answer string on Asp.NET 2.0 Membership?
I want to display it but I can't find the function to get it.

Thanks,
MiguelBy default, you are dealing with one way hashes in Membership. Even if you
use AES instead, via config, you will have to deal with the constraints of
the system or write your own custom Membership Provider.

There are certain elements you can hit with configuration alone.

At present, I know of no way to pull the info you want from the standard
provider, due to security constraints. It can be reverse engineered, but the
object model is fairly deep.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

************************************************
Think outside the box!
************************************************
"shapper" <mdmoura@.gmail.comwrote in message
news:1182867663.395933.115720@.u2g2000hsc.googlegro ups.com...

Quote:

Originally Posted by

Hello,
>
How can I get the Password Answer string on Asp.NET 2.0 Membership?
I want to display it but I can't find the function to get it.
>
Thanks,
Miguel
>

0 comments:

Post a Comment