How to retreive domain username and password
-
Hi, Is there any way to retreive domain username and password of a logged in user programatically.Please let me know if you have any suggestions Prajin
You can't retrive the password ... that would be one hell of a security hole! Just imagine anything you had running on your computer being able to get your password and send it back to the author. As for the username, check out the System.Environment class.
-
Hi, Is there any way to retreive domain username and password of a logged in user programatically.Please let me know if you have any suggestions Prajin
You can retreive the User name only. We cannot get the Password. check out the System.Environment class. System.Environment[^]
Regards, Satips.:rose:
-
You can retreive the User name only. We cannot get the Password. check out the System.Environment class. System.Environment[^]
Regards, Satips.:rose: