Authentication question

R

Ray Kamali

If I have a web service which is configured to user windows intergrated
authentication and I want to authenticate to this web service using a windows
app. I know I should use

something like :

MyService.Credentail= CredentialCache.DefaultCredentail();

OR

MyService.Credentail= new networkCredentail("User","password","domain");

My question is: Given the fact this web service is using Windows Integrated
authentication , Are any of two methods of authentication (mentioned above)
send the credentials in clear text over the wire? If so How Can I protect
this?

Thanks a lot
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,822
Latest member
israfaceZa

Latest Threads

Top