summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-11-18 11:25:06 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-11-18 11:25:06 -0800
commit6c2ac0fd2204d02c7a22718dce845f48f03da998 (patch)
tree221110f6946273d2985a977852181e57318e7b6c /samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs
parentd85f1056a53bd1c32a223cefab946d339052911d (diff)
parentf99cd174f54a34ba1399846ddf448a73375e766b (diff)
downloadDotNetOpenAuth-6c2ac0fd2204d02c7a22718dce845f48f03da998.zip
DotNetOpenAuth-6c2ac0fd2204d02c7a22718dce845f48f03da998.tar.gz
DotNetOpenAuth-6c2ac0fd2204d02c7a22718dce845f48f03da998.tar.bz2
Merge branch 'v3.0' into v3.1
Diffstat (limited to 'samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs')
-rw-r--r--samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs b/samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs
index 07f209b..c4a3982 100644
--- a/samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs
+++ b/samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs
@@ -19,16 +19,6 @@
public class CustomStore : IRelyingPartyApplicationStore {
private static CustomStoreDataSet dataSet = new CustomStoreDataSet();
- #region IPrivateSecretStore Members
-
- /// <summary>
- /// Gets or sets a secret key that can be used for signing.
- /// </summary>
- /// <value>A 64-byte binary value, which may contain null bytes.</value>
- public byte[] PrivateSecret { get; set; }
-
- #endregion
-
#region INonceStore Members
/// <summary>