summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-11-19 22:28:08 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-11-19 22:28:08 -0800
commitbf833ec35eef4a3514cc8426c36139bc8cca68bc (patch)
tree8be76aad52f81a154cec08299a0a796c31f21e29 /samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs
parent2d1eedc3bdf0f58dff78aedc7fc41459ba7af944 (diff)
parent71ba020b6cdec56990363e4808453da2e80d0e7f (diff)
downloadDotNetOpenAuth-bf833ec35eef4a3514cc8426c36139bc8cca68bc.zip
DotNetOpenAuth-bf833ec35eef4a3514cc8426c36139bc8cca68bc.tar.gz
DotNetOpenAuth-bf833ec35eef4a3514cc8426c36139bc8cca68bc.tar.bz2
Merge branch 'v3.3'
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>