.net 问题 - WinForms v3.5 应用程序的 DefaultCredentials 在哪里存储/访问?

发布于 2024-08-24 18:47:38 字数 679 浏览 5 评论 0原文

WinForms v3.5 应用程序的 DefaultCredentials 在哪里存储/访问?

也就是说,如果我使用 Winforms v3 的 defaultProxy 设置.5应用程序,并在此处设置代理服务器地址,用户名/密码到底来自哪里?或者换句话说,框架从哪里获取客户端 PC 上运行的 winforms 应用程序的“默认凭据”?

<defaultProxy
  enabled="true|false"
  useDefaultCredentials="true|false"
  <bypasslist> … </bypasslist>
  <proxy> … </proxy>
  <module> … </module>
/>

背景 - 显然 ClickOnce 可以将其用于客户端应用程序,但是我正在尝试找出为我的 winforms 应用程序运行 clickonce 安装的用户单击一次将从哪里获取此 defaultCredential 。

PS 希望答案不是 IE,如果是这样,下一个问题是如何为使用 Firefox 作为首选浏览器的用户进行设置。

Where are the DefaultCredentials stored/accessed from for a WinForms v3.5 app?

That is if I am using the settings for defaultProxy for my Winforms v3.5 application, and set a proxy server address here, exactly where does/can the username/password come from? Or in other words where does the framework source the "default credentials" for a winforms application running on the client PC?

<defaultProxy
  enabled="true|false"
  useDefaultCredentials="true|false"
  <bypasslist> … </bypasslist>
  <proxy> … </proxy>
  <module> … </module>
/>

Background - apparently ClickOnce can use this for a client side application, however I'm trying to work out where click once would get this defaultCredential from, for a user who is running the clickonce install for my winforms application.

PS Hopefully the answer is not IE, and if so the next question is how to set it for users that use Firefox as their browser of choice.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文