summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messaging/IChannelBindingElement.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOAuth/Messaging/IChannelBindingElement.cs')
-rw-r--r--src/DotNetOAuth/Messaging/IChannelBindingElement.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth/Messaging/IChannelBindingElement.cs b/src/DotNetOAuth/Messaging/IChannelBindingElement.cs
index 25f353f..a11509d 100644
--- a/src/DotNetOAuth/Messaging/IChannelBindingElement.cs
+++ b/src/DotNetOAuth/Messaging/IChannelBindingElement.cs
@@ -18,7 +18,7 @@ namespace DotNetOAuth.Messaging {
/// <summary>
/// Gets the protection offered (if any) by this binding element.
/// </summary>
- MessageProtection Protection { get; }
+ MessageProtections Protection { get; }
/// <summary>
/// Prepares a message for sending based on the rules of this channel binding element.