summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth.Test/Mocks/MockSigningBindingElement.cs
Commit message (Collapse)AuthorAgeFilesLines
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-48/+0
|
* Applied FxCop fixes.Andrew Arnott2008-10-231-2/+2
|
* Renamed the ISignedOAuthMessage.Andrew Arnott2008-09-131-2/+2
|
* Added check so Channel can guarantee that messages receive all the ↵Andrew Arnott2008-09-131-2/+8
| | | | protections they require.
* Refactored several Messaging classes into the Messaging.Bindings namespace.Andrew Arnott2008-09-131-4/+5
|
* Totally refactored signing, expiration and replay detection into extensible ↵Andrew Arnott2008-09-131-0/+41
channel binding elements.