diff options
Diffstat (limited to 'src/DotNetOAuth/Messaging/IChannelBindingElement.cs')
-rw-r--r-- | src/DotNetOAuth/Messaging/IChannelBindingElement.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth/Messaging/IChannelBindingElement.cs b/src/DotNetOAuth/Messaging/IChannelBindingElement.cs index 71127f4..25f353f 100644 --- a/src/DotNetOAuth/Messaging/IChannelBindingElement.cs +++ b/src/DotNetOAuth/Messaging/IChannelBindingElement.cs @@ -14,7 +14,7 @@ namespace DotNetOAuth.Messaging { /// An interface that must be implemented by message transforms/validators in order
/// to be included in the channel stack.
/// </summary>
- internal interface IChannelBindingElement {
+ public interface IChannelBindingElement {
/// <summary>
/// Gets the protection offered (if any) by this binding element.
/// </summary>
|