diff options
Diffstat (limited to 'src/DotNetOAuth.Test/Mocks/MockTransformationBindingElement.cs')
-rw-r--r-- | src/DotNetOAuth.Test/Mocks/MockTransformationBindingElement.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOAuth.Test/Mocks/MockTransformationBindingElement.cs b/src/DotNetOAuth.Test/Mocks/MockTransformationBindingElement.cs index 7a1320b..cd75e34 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
- ChannelProtection IChannelBindingElement.Protection {
- get { return ChannelProtection.None; }
+ MessageProtection IChannelBindingElement.Protection {
+ get { return MessageProtection.None; }
}
void IChannelBindingElement.PrepareMessageForSending(IProtocolMessage message) {
|