Click here to Skip to main content
15,897,095 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i will be getting a user name and password list from a web page,
how can i validate the remote credentials by connecting to the remote computer..?
Posted

1 solution

how can i validate the remote credentials by connecting to the remote computer..?
If you are able to login on that remote machine using the credentials found, then it's automatically validated!
 
Share this answer
 
Comments
Mubeen.asim 14-May-11 6:20am    
ok.. now how do i login to the remote machine.?
yesotaso 14-May-11 17:14pm    
In the "System.Management" namespace there are tools to query WMI service local/remote. While querying the remote machine "System.Management.ConnectionOptions" class has impersonation options. Just query remote machine with anything with given creditials. That is one possible way.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900