diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-10-23 19:52:59 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-10-23 19:52:59 -0700 |
commit | 38c7d25878550429583558f5c907e34fb094fb68 (patch) | |
tree | c6edc9ee32d6d2031202040ac18cd2d288b3bb83 /src/DotNetOAuth.Test/Mocks/MockTransformationBindingElement.cs | |
parent | 7ba9649126a7b802e348fbe210383fabc2898659 (diff) | |
download | DotNetOpenAuth-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.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 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) {
|