summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messaging/IChannelBindingElement.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-1/+1
|
* Refactored ServiceProviderEndpoints into ServiceProviderDescription and made ↵Andrew Arnott2008-09-281-1/+1
| | | | several classes and interfaces public.
* Added check so Channel can guarantee that messages receive all the ↵Andrew Arnott2008-09-131-2/+14
| | | | protections they require.
* Refactored several Messaging classes into the Messaging.Bindings namespace.Andrew Arnott2008-09-131-1/+1
|
* Totally refactored signing, expiration and replay detection into extensible ↵Andrew Arnott2008-09-131-0/+36
channel binding elements.