summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdProviderWebForms/Code/CustomStore.cs
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fixed bug in CustomStore.GetKeys enumeration.Andrew Arnott2012-09-201-1/+2
| | | | This bug only existed in the OpenIdProviderWebForms sample. The OpenIdRelyingPartyWebForms sample's copy of this file already had the fix in it.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Trying to fix up configuration section code.Andrew Arnott2011-07-101-1/+1
|
* Moved ICryptoKeyStore and related types to the Messaging.Bindings namespace.Andrew Arnott2011-05-211-0/+1
|
* Consolidated the IProviderApplicationStore and IRelyingPartyApplicationStore ↵Andrew Arnott2011-05-201-3/+1
| | | | interfaces since they were equivalent.
* Providers and Relying Parties both implement a unified pair of ↵Andrew Arnott2011-05-201-50/+57
| | | | | | ICryptoKeyStore and INonceStore. OPs can configure to use encoded association handles or database-backed ones based on a simple web.config switch.
* Brought custom association store sample for Providers up to date.Andrew Arnott2011-05-091-39/+29
|
* Fixed faulty sample custom nonce store.Andrew Arnott2009-09-151-2/+3
| | | | Fixes #129
* response_nonces are now checked for replays by the RP against just those ↵Andrew Arnott2009-03-051-3/+7
| | | | | | nonces generated by the same Provider. Fixes Google Code Issue 175.
* StyleCop work.Andrew Arnott2009-02-041-14/+12
|
* Fixed TODO areas of code.Andrew Arnott2009-02-041-2/+52
|
* Renamed OpenID Provider sample directory to match project name.Andrew Arnott2009-02-011-0/+89