我正在实现 OAuth2Client 并且当我打电话时
var result = OAuthWebSecurity.VerifyAuthentication();
我的 result.IsSuccessful 等于 false。我已经看到“OAuthWebSecurity.IsAuthenticatedWithOAuth”方法有以下异常:
“Microsoft.Web.WebPages.OAuth.OAuthWebSecurity.IsAuthenticatedWithOAuth”引发了“System.MissingMethodException”类型的异常“找不到方法:'Void DotNetOpenAuth.AspNet.OpenAuthSecurityManager..ctor(System.Web.HttpContextBase)'。” "在 Microsoft.Web.WebPages.OAuth.OAuthWebSecurity.GetIsAuthenticatedWithOAuthCore(HttpContextBase 上下文)\r\n 在 Microsoft.Web.WebPages.OAuth.OAuthWebSecurity.get_IsAuthenticatedWithOAuth()"
为什么?