summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth/OAuth/VerificationCodeFormat.cs
Commit message (Collapse)AuthorAgeFilesLines
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-63/+0
| | | | Nothing compiles at this point.
* FxCop fixes and suppressions.Andrew Arnott2011-04-291-0/+1
| | | | The "CodeAnalysis" configuration now runs clean.
* Cleaned up all StyleCop and FxCop messages.Andrew Arnott2009-07-271-0/+4
|
* OAuth SP now works with 1.0 Consumers correctly.Andrew Arnott2009-06-081-1/+0
|
* Added a helper method so that SPs can generate their own verifier codes that ↵Andrew Arnott2009-06-061-0/+59
comply with Consumer requirements.