summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/ChannelElements/OAuthHttpMethodBindingElement.cs
Commit message (Collapse)AuthorAgeFilesLines
* Moved all the OAuth classes into its own namespace in preparation to ↵Andrew Arnott2008-11-031-73/+0
| | | | receiving DotNetOpenId merge.
* Applied FxCop fixes.Andrew Arnott2008-10-231-5/+5
|
* Changed the way HttpMethod is derived for signing verification.Andrew Arnott2008-10-041-3/+1
|
* Fixed StyleCop issues and added a couple of HMAC signature tests.Andrew Arnott2008-10-021-1/+27
|
* Fixed OAuth channel bug that would not set HTTP Method in time for HMAC-SHA1 ↵Andrew Arnott2008-09-281-0/+49
signing.