是否可以从 Web 客户端 (IE) 获取 ActiveX 对象的凭据,以便将文件上传到 SharePoint WebService?

发布于 2024-12-18 04:16:48 字数 170 浏览 0 评论 0原文

正如标题。 我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忆沫 2024-12-25 04:16:48

初始化 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文