I want to have a login box within my application that will
require:
NT Login Name
NT Password
NT Login name is easy via GetUserName
I know I probably won't be able to get the NT Password but
is there any API that can validate a password given to it?
I just want a True/False if the password is correct or not.
Thanks
------------------
-Greg
require:
NT Login Name
NT Password
NT Login name is easy via GetUserName
I know I probably won't be able to get the NT Password but
is there any API that can validate a password given to it?
I just want a True/False if the password is correct or not.
Thanks
------------------
-Greg
Comment