如何在 C# 中读取安全的 XML URI?
我正在尝试从 C# 中的 URI 读取安全的 XML 文档。我了解 XmlReader 类的基础知识。但是我不知道如何在代码中为 URI 提供用户名和密码。我感觉它与 XmlSecureResolver 对象有关。但我不知道如何设置用户名和密码。谁能帮助我如何设置凭据?
谢谢, 科里
I am trying to read a secure XML document from a URI in C#. I understand the basics of the XmlReader class. However I cannot figure out how to supply a username and password for the URI in code. I get the feeling it has something to do with an XmlSecureResolver object. But I can't figure out how to set the username and password. Can anyone help me with how to set the credentials?
Thanks,
Corey
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为这应该可以解决问题:
I think this should do the trick:
快速搜索术语“XmlReader Authenticate”会得到第一个结果:
http://msdn.microsoft.com/en-us/library/47as68k4%28v=vs.71%29.aspx
并使用不同的凭据:
A quick Google of the term "XmlReader Authenticate" yields this as the first result:
http://msdn.microsoft.com/en-us/library/47as68k4%28v=vs.71%29.aspx
and using different credentials: