diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-18 22:08:07 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-18 22:08:07 -0800 |
commit | 32270c7413e7a2c37a02341a0894e2447f6d74f7 (patch) | |
tree | 05f6cf8566c7b4a2661a01d08967e91f05778837 /src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj | |
parent | 549017cdf590ea4ce4d8ad55c013c33a506133a3 (diff) | |
download | DotNetOpenAuth-32270c7413e7a2c37a02341a0894e2447f6d74f7.zip DotNetOpenAuth-32270c7413e7a2c37a02341a0894e2447f6d74f7.tar.gz DotNetOpenAuth-32270c7413e7a2c37a02341a0894e2447f6d74f7.tar.bz2 |
Matured the OAuth 1 consumer signing handler a bit.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj')
-rw-r--r-- | src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj b/src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj index cda3b68..3d43a38 100644 --- a/src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj +++ b/src/DotNetOpenAuth.OAuth.Consumer/DotNetOpenAuth.OAuth.Consumer.csproj @@ -25,7 +25,8 @@ <Compile Include="OAuth\ChannelElements\RsaSha1ConsumerSigningBindingElement.cs" /> <Compile Include="OAuth\ConsumerBase.cs" /> <Compile Include="OAuth\DesktopConsumer.cs" /> - <Compile Include="OAuth\OAuth1HttpMessageHandler.cs" /> + <Compile Include="OAuth\OAuth1HmacSha1HttpMessageHandler.cs" /> + <Compile Include="OAuth\OAuth1HttpMessageHandlerBase.cs" /> <Compile Include="OAuth\WebConsumer.cs" /> <Compile Include="Properties\AssemblyInfo.cs"> <SubType> |