summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/ChannelElements/IOAuthDirectedMessage.cs
Commit message (Collapse)AuthorAgeFilesLines
* Moved all the OAuth classes into its own namespace in preparation to ↵Andrew Arnott2008-11-031-25/+0
| | | | receiving DotNetOpenId merge.
* Applied FxCop fixes.Andrew Arnott2008-10-231-1/+1
|
* Refactored ServiceProviderEndpoints into ServiceProviderDescription and made ↵Andrew Arnott2008-09-281-1/+1
| | | | several classes and interfaces public.
* Appendix scenario test passing (again), this time with HMAC signing of HTTP ↵Andrew Arnott2008-09-281-0/+6
| | | | requests.
* Implementing and refactoring ServiceProvider and Consumer classes.Andrew Arnott2008-09-231-0/+19
Beginning to write a test for the spec's appendix A scenario.