summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdRelyingPartyWebForms/Code
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-11-18 11:27:43 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-11-18 11:27:43 -0800
commit53e675d9603dc05f2b51c645ec51ae9ee29fb3c1 (patch)
tree717188a56a26f539d09fd5d92a7df165829a30fe /samples/OpenIdRelyingPartyWebForms/Code
parent0090c071e62f5d283d59eaa2645974e55a0b40b3 (diff)
parent6c2ac0fd2204d02c7a22718dce845f48f03da998 (diff)
downloadDotNetOpenAuth-53e675d9603dc05f2b51c645ec51ae9ee29fb3c1.zip
DotNetOpenAuth-53e675d9603dc05f2b51c645ec51ae9ee29fb3c1.tar.gz
DotNetOpenAuth-53e675d9603dc05f2b51c645ec51ae9ee29fb3c1.tar.bz2
Merge branch 'v3.1' into v3.2
Conflicts: src/DotNetOpenAuth/Strings.Designer.cs src/DotNetOpenAuth/Strings.resx
Diffstat (limited to 'samples/OpenIdRelyingPartyWebForms/Code')
-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>