summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs
Commit message (Collapse)AuthorAgeFilesLines
* Closes #356, Closes #357, Closes #358David Christiansen2015-01-041-139/+0
|
* 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 OpenID RP's CustomStore sample class that throws ↵Andrew Arnott2012-05-101-1/+1
| | | | | | NullReferenceException in some cases. Thanks to Richard Collette for identifying the problem and suggesting the fix.
* 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
|
* Fixed a couple of bugs in the RP sample's custom store.Andrew Arnott2011-05-271-2/+9
|
* 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.
* Updated samples and project template custom stores to use ICryptoKeyStore ↵Andrew Arnott2011-05-151-36/+36
| | | | for RPs.
* Changed references to DistinguishingFactor to be ProviderEndpoint.Andrew Arnott2011-05-101-9/+9
|
* Brought custom association store sample for Providers up to date.Andrew Arnott2011-05-091-3/+3
|
* Removed crumb of a bad idea.Andrew Arnott2009-11-181-10/+0
|
* Fixed faulty sample custom nonce store.Andrew Arnott2009-09-151-2/+3
| | | | Fixes #129
* Renamed OpenID RP sample projects.Andrew Arnott2009-03-261-0/+142