码迷,mamicode.com
首页 > 其他好文 > 详细

客户端开发添加sharepoint凭证

时间:2019-04-17 13:53:55      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:promise   cli   word   bsp   添加   contex   epo   pass   color   

//1.promise
ClientContext context = new ClientContext(siteUrl);
NetworkCredential myCredential = new NetworkCredential(account, securepassWord,[domin]);
context.Credentials = myCredential;

//2.online
ClientContext context = new ClientContext(siteUrl);
context.Credentials = new SharePointOnlineCredentials(account,securepassWord);

 

客户端开发添加sharepoint凭证

标签:promise   cli   word   bsp   添加   contex   epo   pass   color   

原文地址:https://www.cnblogs.com/learning-life/p/10722958.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!