diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-09-28 18:15:53 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-09-28 18:15:53 -0700 |
commit | da2ef642751d8f4467dd0a331289e2aa317c4fbd (patch) | |
tree | cbdbb8c83f2f51cafb1a6da9744b83d33a8ef3d3 /src/DotNetOpenAuth.OAuth.ServiceProvider/OAuth/ChannelElements/OAuthServiceProviderChannel.cs | |
parent | 8f13641229e8ec14a37d9d060c5829002a89f386 (diff) | |
download | DotNetOpenAuth-da2ef642751d8f4467dd0a331289e2aa317c4fbd.zip DotNetOpenAuth-da2ef642751d8f4467dd0a331289e2aa317c4fbd.tar.gz DotNetOpenAuth-da2ef642751d8f4467dd0a331289e2aa317c4fbd.tar.bz2 |
Fixed OAuth failure due to removing ccrewrite.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth.ServiceProvider/OAuth/ChannelElements/OAuthServiceProviderChannel.cs')
-rw-r--r-- | src/DotNetOpenAuth.OAuth.ServiceProvider/OAuth/ChannelElements/OAuthServiceProviderChannel.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth.ServiceProvider/OAuth/ChannelElements/OAuthServiceProviderChannel.cs b/src/DotNetOpenAuth.OAuth.ServiceProvider/OAuth/ChannelElements/OAuthServiceProviderChannel.cs index a3bf2e9..43e7902 100644 --- a/src/DotNetOpenAuth.OAuth.ServiceProvider/OAuth/ChannelElements/OAuthServiceProviderChannel.cs +++ b/src/DotNetOpenAuth.OAuth.ServiceProvider/OAuth/ChannelElements/OAuthServiceProviderChannel.cs @@ -38,7 +38,6 @@ namespace DotNetOpenAuth.OAuth.ChannelElements { Requires.NotNull(tokenManager, "tokenManager"); Requires.NotNull(securitySettings, "securitySettings"); Requires.NotNull(signingBindingElement, "signingBindingElement"); - Requires.True(signingBindingElement.SignatureCallback == null, "signingBindingElement", OAuthStrings.SigningElementAlreadyAssociatedWithChannel); } /// <summary> |