是否可以从 Web 客户端 (IE) 获取 ActiveX 对象的凭据,以便将文件上传到 SharePoint WebService?
正如标题。 我在 SharePoint 上创建一个包含 ActiveX 控件的 Web 部件。 ActiveX 控件使用 C#。是否可以将 IE 的当前凭据传递给 ActiveX 控件,以便 ActiveX 控件可以将文件上传到 SharePoint,而无需再次输入用户名和密码?
任何想法表示赞赏。非常感谢。
As the title.
I create a web part on SharePoint including an ActiveX control. The ActiveX control uses c#. Is it possible to pass the current credentials of IE to ActiveX control and so ActiveX control can upload files to SharePoint without typing username and password again ?
Any ideas are appreciated. Thanks so much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
初始化 ActiveX 控件后,您可以使用 默认凭据。设置此属性后,您可以将凭据实例附加到您的 Web 服务调用。
When the ActiveX control is initialized you can set a property for System.Net.ICredentials with DefaultCredentials. Once you have this property set you can attach the credentials instance to your web service call.