summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth.Test/Mocks/MockTransformationBindingElement.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-10-23 19:52:59 -0700
committerAndrew <andrewarnott@gmail.com>2008-10-23 19:52:59 -0700
commit38c7d25878550429583558f5c907e34fb094fb68 (patch)
treec6edc9ee32d6d2031202040ac18cd2d288b3bb83 /src/DotNetOAuth.Test/Mocks/MockTransformationBindingElement.cs
parent7ba9649126a7b802e348fbe210383fabc2898659 (diff)
downloadDotNetOpenAuth-38c7d25878550429583558f5c907e34fb094fb68.zip
DotNetOpenAuth-38c7d25878550429583558f5c907e34fb094fb68.tar.gz
DotNetOpenAuth-38c7d25878550429583558f5c907e34fb094fb68.tar.bz2
Applied FxCop fixes.
Diffstat (limited to 'src/DotNetOAuth.Test/Mocks/MockTransformationBindingElement.cs')
-rw-r--r--src/DotNetOAuth.Test/Mocks/MockTransformationBindingElement.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOAuth.Test/Mocks/MockTransformationBindingElement.cs b/src/DotNetOAuth.Test/Mocks/MockTransformationBindingElement.cs
index a569754..8ee6036 100644
--- a/src/DotNetOAuth.Test/Mocks/MockTransformationBindingElement.cs
+++ b/src/DotNetOAuth.Test/Mocks/MockTransformationBindingElement.cs
@@ -25,8 +25,8 @@ namespace DotNetOAuth.Test.Mocks {
#region IChannelBindingElement Members
- MessageProtection IChannelBindingElement.Protection {
- get { return MessageProtection.None; }
+ MessageProtections IChannelBindingElement.Protection {
+ get { return MessageProtections.None; }
}
bool IChannelBindingElement.PrepareMessageForSending(IProtocolMessage message) {