我正在尝试使用asp.net_c#在我的网站中使用OpenID。我正在使用asp.net v4在asp.net表单网站上工作。我正在关注文章:http://danhounshell.com/blog/adding-openid-to-your-web-site-in-conjunction-with-asp-net-membership/和http://www.dotnetopenauth.net/developers/code-snippets/programmatic-openid-relying-party/
在登录按钮部分,我得到引用错误,说无法找到ClaimsRequest()类型或命名空间。我已经提到了:
using DotNetOpenAuth;
using DotNetOpenAuth.OpenId;
using DotNetOpenAuth.OpenId.RelyingParty;
我使用的是最新的DotNetOpenAuth.dll,应该如何引用呢?
答案 0 :(得分:2)
如您所见ClaimsRequest
类是DotNetOpenAuth.OpenId.Extensions.SimpleRegistration
命名空间