summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth/OAuth/ChannelElements/SigningBindingElementBase.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-04-29 08:00:04 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-04-29 08:00:04 -0700
commit0681d3e57238bf9146bc70f2d5dc372e62e992fe (patch)
treed664e062dddfd69d9f2a302fff8ae07dd1507b6f /src/DotNetOpenAuth/OAuth/ChannelElements/SigningBindingElementBase.cs
parent9ca42a171ce76cf401988b1d5d94571b76a4d687 (diff)
downloadDotNetOpenAuth-0681d3e57238bf9146bc70f2d5dc372e62e992fe.zip
DotNetOpenAuth-0681d3e57238bf9146bc70f2d5dc372e62e992fe.tar.gz
DotNetOpenAuth-0681d3e57238bf9146bc70f2d5dc372e62e992fe.tar.bz2
FxCop fixes and suppressions.
The "CodeAnalysis" configuration now runs clean.
Diffstat (limited to 'src/DotNetOpenAuth/OAuth/ChannelElements/SigningBindingElementBase.cs')
-rw-r--r--src/DotNetOpenAuth/OAuth/ChannelElements/SigningBindingElementBase.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth/OAuth/ChannelElements/SigningBindingElementBase.cs b/src/DotNetOpenAuth/OAuth/ChannelElements/SigningBindingElementBase.cs
index d54b05d..8c05402 100644
--- a/src/DotNetOpenAuth/OAuth/ChannelElements/SigningBindingElementBase.cs
+++ b/src/DotNetOpenAuth/OAuth/ChannelElements/SigningBindingElementBase.cs
@@ -148,6 +148,7 @@ namespace DotNetOpenAuth.OAuth.ChannelElements {
/// <remarks>
/// This method implements OAuth 1.0 section 9.1.
/// </remarks>
+ [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Maintainability", "CA1506:AvoidExcessiveClassCoupling", Justification = "Unavoidable")]
internal static string ConstructSignatureBaseString(ITamperResistantOAuthMessage message, MessageDictionary messageDictionary) {
Contract.Requires<ArgumentNullException>(message != null);
Contract.Requires<ArgumentException>(!string.IsNullOrEmpty(message.HttpMethod));