diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-18 09:39:11 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-18 11:15:09 -0800 |
commit | 665681f4bdd219d4dfa058bf616f72a8b35db4ca (patch) | |
tree | b011dc3aa6c69451b696b586095cd8c32b5bdd15 /samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs | |
parent | 310291ab34fd42d7ca9e17c018dea11bdd66c745 (diff) | |
download | DotNetOpenAuth-665681f4bdd219d4dfa058bf616f72a8b35db4ca.zip DotNetOpenAuth-665681f4bdd219d4dfa058bf616f72a8b35db4ca.tar.gz DotNetOpenAuth-665681f4bdd219d4dfa058bf616f72a8b35db4ca.tar.bz2 |
Removed crumb of a bad idea.
Diffstat (limited to 'samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs')
-rw-r--r-- | samples/OpenIdRelyingPartyWebForms/Code/CustomStore.cs | 10 |
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> |