home
/
developersection
/
interviews
/
when retrieving list items using sharepoint web services, how do you specify explicit credentials to be passed to access the list items?
In order to specify explicit credentials with a Web Service, you
generally instantiate the web service, and then using the credentials
properties of the Web Service object you use the
System.Net.NetworkCredential class to specify the username, password,
and domain that you wish to pass when making the web service call and
operations.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Can you answer this question?
Write Answer1 Answers