diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-09-28 21:27:10 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-09-28 21:27:10 -0700 |
commit | 4fda6b32d3c91027b07cdb31147332b6626f02c1 (patch) | |
tree | 7233952875eb7b2f185f1ee95590dab90763d5be /src/DotNetOAuth/Messaging/IChannelBindingElement.cs | |
parent | b498b5e53e166228c008ec94bee862d174bb61de (diff) | |
download | DotNetOpenAuth-4fda6b32d3c91027b07cdb31147332b6626f02c1.zip DotNetOpenAuth-4fda6b32d3c91027b07cdb31147332b6626f02c1.tar.gz DotNetOpenAuth-4fda6b32d3c91027b07cdb31147332b6626f02c1.tar.bz2 |
Refactored ServiceProviderEndpoints into ServiceProviderDescription and made several classes and interfaces public.
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>
|