summaryrefslogtreecommitdiffstats
path: root/projecttemplates/RelyingPartyLogic/RelyingPartyApplicationDbStore.cs
Commit message (Collapse)AuthorAgeFilesLines
* Removes project templates.Andrew Arnott2013-06-161-94/+0
| | | | These haven't run correctly for many months anyway, and they'd be horribly out-dated even if they did work.
* Consolidates two OpenID memory app storesAndrew Arnott2013-03-281-1/+1
| | | | | | | The StandardRelyingPartyApplicationStore and StandardProviderApplicationStore were equivalent, and thus redundant. There was also nothing OpenID specific about them. So this consolidates and renames these types to better reflect their general purpose.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Moved ICryptoKeyStore and related types to the Messaging.Bindings namespace.Andrew Arnott2011-05-211-0/+1
|
* Renamed project template's stored proc to match new name.Andrew Arnott2011-05-201-2/+2
|
* Consolidated the IProviderApplicationStore and IRelyingPartyApplicationStore ↵Andrew Arnott2011-05-201-3/+1
| | | | interfaces since they were equivalent.
* Updated samples and project template custom stores to use ICryptoKeyStore ↵Andrew Arnott2011-05-151-90/+27
| | | | for RPs.
* Changed references to DistinguishingFactor to be ProviderEndpoint.Andrew Arnott2011-05-101-13/+13
|
* Brought custom association store sample for Providers up to date.Andrew Arnott2011-05-091-4/+4
|
* Fixed intermittent error while executing SQL stored procedures.Andrew Arnott2010-01-011-1/+1
|
* Added custom database store for nonces and associations and wired it up to ↵Andrew Arnott2009-11-181-0/+158
the OAuth SP and OpenID RP in the project template.