私は OAuth2Client を実装しており、呼び出すときに
var result = OAuthWebSecurity.VerifyAuthentication();
I 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()"
なんで?