.net 问题 - WinForms v3.5 应用程序的 DefaultCredentials 在哪里存储/访问?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论