C# asp.net中的OpenID引用问题

C# asp.net中的OpenID引用问题,c#,asp.net,visual-studio-2010,dotnetopenauth,C#,Asp.net,Visual Studio 2010,Dotnetopenauth,我正在尝试使用asp.net#c#在我的网站中使用OpenID。我正在使用asp.net v4开发asp.net表单网站。我正在关注这些文章:以及 在登录按钮部分,我收到一个引用错误,表示找不到ClaimsRequest()类型或命名空间。我已经提到: using DotNetOpenAuth; using DotNetOpenAuth.OpenId; using DotNetOpenAuth.OpenId.RelyingParty; 我正在使用最新的DotNetOpenAuth.dll,那么

我正在尝试使用asp.net#c#在我的网站中使用OpenID。我正在使用asp.net v4开发asp.net表单网站。我正在关注这些文章:以及

在登录按钮部分,我收到一个引用错误,表示找不到ClaimsRequest()类型或命名空间。我已经提到:

using DotNetOpenAuth;
using DotNetOpenAuth.OpenId;
using DotNetOpenAuth.OpenId.RelyingParty;

我正在使用最新的DotNetOpenAuth.dll,那么应该如何引用它呢?

正如您所看到的
ClaimsRequest
类是
DotNetOpenAuth.OpenId.Extensions.SimpleRegistration
命名空间的一部分