summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Mocks/MockOpenIdExtension.cs
Commit message (Collapse)AuthorAgeFilesLines
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Merge branch 'v3.0'Andrew Arnott2009-04-151-1/+1
|\
| * Custom OpenID extensions may now exist outside the library.Andrew Arnott2009-04-151-1/+1
| |
* | Renamed IsSignedByProvider and hid it from request extension messages since ↵Andrew Arnott2009-04-111-1/+1
| | | | | | | | | | | | it didn't apply. Fixed Google Code Issue 241.
* | Added capability for RPs to receive unsigned extension responses if they so ↵Andrew Arnott2009-03-301-0/+9
|/ | | | choose.
* CRLF -> LF line endings change to all .cs files.Andrew Arnott2009-01-091-101/+101
|
* Added more targeted extension binding element tests.Andrew Arnott2008-12-221-19/+29
|
* Added a mock extension and test in order to focus the test on the extension ↵Andrew Arnott2008-12-211-0/+91
binding element.