asp.net中的OpenID引用问题

本文关键字:引用 问题 OpenID 中的 net asp | 更新日期: 2023-09-27 17:58:27

我正在尝试使用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,那么应该如何引用它?

asp.net中的OpenID引用问题

如您所见,ClaimsRequest类是DotNetOpenAuth.OpenId.Extensions.SimpleRegistration命名空间的一部分

http://docs.dotnetopenauth.net/v3.3/html/T_DotNetOpenAuth_OpenId_Extensions_SimpleRegistration_ClaimsRequest.htm