summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-05-21 15:40:03 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-05-21 15:40:03 -0700
commit711b0ccb1009e3b051d4dd5c7199b0d565550d37 (patch)
tree345a855e0cdd31a94c0151499197de2b3ed41ce9 /samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs
parenta817b0e93a20d98c1416db45e767239e4eef4c2e (diff)
downloadDotNetOpenAuth-711b0ccb1009e3b051d4dd5c7199b0d565550d37.zip
DotNetOpenAuth-711b0ccb1009e3b051d4dd5c7199b0d565550d37.tar.gz
DotNetOpenAuth-711b0ccb1009e3b051d4dd5c7199b0d565550d37.tar.bz2
Moved ICryptoKeyStore and related types to the Messaging.Bindings namespace.
Diffstat (limited to 'samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs')
-rw-r--r--samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs b/samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs
index b0e5d35..12008ca 100644
--- a/samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs
+++ b/samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs
@@ -5,6 +5,7 @@
using System.Globalization;
using DotNetOpenAuth;
using DotNetOpenAuth.Configuration;
+ using DotNetOpenAuth.Messaging.Bindings;
using DotNetOpenAuth.OpenId;
/// <summary>