summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-11-27 12:10:03 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-11-27 12:10:03 -0700
commit0ed1e01369d918ad828fa64728f89f9d2c675fdb (patch)
tree85ac9fb81153d6b8fb3774046f4fc28ab3f5df1f /samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs
parent1243c92a0172784f32938a2081f76463f90f102d (diff)
parent3d0b19ba07c1044b433d97e90ffe0489fee967dc (diff)
downloadDotNetOpenAuth-0ed1e01369d918ad828fa64728f89f9d2c675fdb.zip
DotNetOpenAuth-0ed1e01369d918ad828fa64728f89f9d2c675fdb.tar.gz
DotNetOpenAuth-0ed1e01369d918ad828fa64728f89f9d2c675fdb.tar.bz2
Merge branch 'master' into extensibleDiscovery
Conflicts: src/DotNetOpenAuth/OpenId/ProviderEndpointDescription.cs
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>