diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-09-02 08:09:51 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-09-02 08:09:51 -0700 |
commit | 9fc9ea9307ef61fcdfb985b2c284f58db7425335 (patch) | |
tree | 99406cf005747d998cfe79f09fb13348aa8101e3 /src/DotNetOpenAuth.Messaging/Messaging/Bindings/INonceStore.cs | |
parent | 5bbc58f7f6399aadbd524c69fea7cc4926b24283 (diff) | |
download | DotNetOpenAuth-9fc9ea9307ef61fcdfb985b2c284f58db7425335.zip DotNetOpenAuth-9fc9ea9307ef61fcdfb985b2c284f58db7425335.tar.gz DotNetOpenAuth-9fc9ea9307ef61fcdfb985b2c284f58db7425335.tar.bz2 |
Only the OAuth appendix test is failing.
Web sites still work.
Diffstat (limited to 'src/DotNetOpenAuth.Messaging/Messaging/Bindings/INonceStore.cs')
-rw-r--r-- | src/DotNetOpenAuth.Messaging/Messaging/Bindings/INonceStore.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Messaging/Messaging/Bindings/INonceStore.cs b/src/DotNetOpenAuth.Messaging/Messaging/Bindings/INonceStore.cs index 6b6e2e1..7a3e8bb 100644 --- a/src/DotNetOpenAuth.Messaging/Messaging/Bindings/INonceStore.cs +++ b/src/DotNetOpenAuth.Messaging/Messaging/Bindings/INonceStore.cs @@ -31,7 +31,7 @@ namespace DotNetOpenAuth.Messaging.Bindings { /// be processed within before being discarded as an expired message. /// This maximum message age can be looked up via the /// <see cref="DotNetOpenAuth.Configuration.MessagingElement.MaximumMessageLifetime"/> - /// property, accessible via the <see cref="DotNetOpenAuth.Configuration.DotNetOpenAuthSection.Configuration"/> + /// property, accessible via the <see cref="DotNetOpenAuth.Configuration.MessagingElement.Configuration"/> /// property. /// </remarks> bool StoreNonce(string context, string nonce, DateTime timestampUtc); |