summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-09-02 16:47:31 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-09-02 16:49:22 -0700
commit7bfb3fe53424cb7e2b8e4b67d6b636ac8a46d44d (patch)
tree1fc957c05783ac521692834ae636882492d794c0
parent9fc9ea9307ef61fcdfb985b2c284f58db7425335 (diff)
downloadDotNetOpenAuth-7bfb3fe53424cb7e2b8e4b67d6b636ac8a46d44d.zip
DotNetOpenAuth-7bfb3fe53424cb7e2b8e4b67d6b636ac8a46d44d.tar.gz
DotNetOpenAuth-7bfb3fe53424cb7e2b8e4b67d6b636ac8a46d44d.tar.bz2
Fixed xml comment.
-rw-r--r--projecttemplates/RelyingPartyLogic/NonceDbStore.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/RelyingPartyLogic/NonceDbStore.cs b/projecttemplates/RelyingPartyLogic/NonceDbStore.cs
index 01a59b5..3aa8cf2 100644
--- a/projecttemplates/RelyingPartyLogic/NonceDbStore.cs
+++ b/projecttemplates/RelyingPartyLogic/NonceDbStore.cs
@@ -54,7 +54,7 @@ namespace RelyingPartyLogic {
/// 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>
public bool StoreNonce(string context, string nonce, DateTime timestampUtc) {