diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-21 07:39:17 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-21 07:39:17 -0800 |
commit | 82a38e5b7875b2ef48b16206e8019a02f90fee9a (patch) | |
tree | 990f4226358a31495486ac8684092fa1fe703a84 /src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj | |
parent | 681fc4d8a1d27d45648116c383e8f13fd0d2c12d (diff) | |
download | DotNetOpenAuth-82a38e5b7875b2ef48b16206e8019a02f90fee9a.zip DotNetOpenAuth-82a38e5b7875b2ef48b16206e8019a02f90fee9a.tar.gz DotNetOpenAuth-82a38e5b7875b2ef48b16206e8019a02f90fee9a.tar.bz2 |
Adds the OAuth 1 consumer PLAINTEXT signing message handler.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj')
-rw-r--r-- | src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj b/src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj index 8c2cb18..922b860 100644 --- a/src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj +++ b/src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj @@ -27,6 +27,7 @@ <Compile Include="OAuth\DesktopConsumer.cs" /> <Compile Include="OAuth\OAuth1HmacSha1HttpMessageHandler.cs" /> <Compile Include="OAuth\OAuth1HttpMessageHandlerBase.cs" /> + <Compile Include="OAuth\OAuth1PlainTextMessageHandler.cs" /> <Compile Include="OAuth\OAuth1RsaSha1HttpMessageHandler.cs" /> <Compile Include="OAuth\WebConsumer.cs" /> <Compile Include="Properties\AssemblyInfo.cs"> |