Responding to user password change

  • Thread starter Thread starter Aviv
  • Start date Start date
A

Aviv

Hello,
I was wondering if there was a way, using C# and .NET, to create a
function that is called when the user changes his\her password.
Thanks,
Aviv.
 
Aviv,

As far as I know, there is not. I think the only way to provide
anything of this sort would be to hook into GINA.dll, which you can't do
with .NET (since you can't create DLLs which export functions).

To add to that, from what I have read, GINA.dll goes away in Longhorn to
make way for a new model.

Hope this helps.
 
Back
Top