Home > Enterprise >  C # or js access SharePoint web service interface with domain login how to operate?
C # or js access SharePoint web service interface with domain login how to operate?

Time:09-20

C # or js access SharePoint web service interface with domain login how to operate?
Please provide the source code examples or the great god, check a lot of information without proper

This domain user authentication through application access interfaces

CodePudding user response:

http://www.cnblogs.com/jianyus/archive/2012/04/27/2473022.html
You mean this thing?
If you need any certification, to change a code line
ListService. Credentials=System.Net.CredentialCache.DefaultCredentials;
Change
ListService. Credentials=new NetworkCredential (" username ", "password", "domain");

CodePudding user response:

NetworkCredential (" username ", "password", "domain");
  • Related