summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth.Test/Mocks/MockTransformationBindingElement.cs
diff options
context:
space:
mode:
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) {