【发布时间】:2012-12-12 00:28:52
【问题描述】:
我正在尝试为 WebApi 实现我自己的服务端身份验证组件,该组件可以对 How can I do digest authentication with HttpWebRequest? 中描述的 webclient 发送的散列用户名/密码执行匹配
这篇文章 (http://lbadri.wordpress.com/2012/08/10/digest-authentication-with-asp-net-web-api-part-1/) 建议 IIS 摘要式身份验证使用 MD5 进行散列。
是否有任何官方 IIS 文档可以证实这一点?
【问题讨论】:
标签: iis-7.5 digest-authentication