How can i get the windows user password for authentication??
I want to put an login window based on the local machine users!!
Thank you,
Guilherme Costa
Printable View
How can i get the windows user password for authentication??
I want to put an login window based on the local machine users!!
Thank you,
Guilherme Costa
You can't but why do you need it. You can get info on the current logged in user without making them login again if you want. Check out the System.Security.Principal.WindowsPrincipal object or do a search on this forum because I have seen code posted before on this subject.