diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-21 07:32:09 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-21 07:32:09 -0800 |
commit | 681fc4d8a1d27d45648116c383e8f13fd0d2c12d (patch) | |
tree | 8bf2b03b81bc412fe45949b4c4889bceb46a5793 /src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj | |
parent | 2bcb5bff72f86fb24fbd312561ae1edd97db49c1 (diff) | |
download | DotNetOpenAuth-681fc4d8a1d27d45648116c383e8f13fd0d2c12d.zip DotNetOpenAuth-681fc4d8a1d27d45648116c383e8f13fd0d2c12d.tar.gz DotNetOpenAuth-681fc4d8a1d27d45648116c383e8f13fd0d2c12d.tar.bz2 |
Adds the OAuth 1 consumer RSA-SHA1 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 3d43a38..8c2cb18 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\OAuth1RsaSha1HttpMessageHandler.cs" /> <Compile Include="OAuth\WebConsumer.cs" /> <Compile Include="Properties\AssemblyInfo.cs"> <SubType> |