summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Messaging/HmacAlgorithms.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-07-22 08:12:31 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-07-22 08:12:31 -0700
commit48439ed3496f98d1d5b4ed8db887270df414ca79 (patch)
treed3a8cd5eddae5ab40545a053fde8deeaed91ecd6 /src/DotNetOpenAuth.Core/Messaging/HmacAlgorithms.cs
parent3ccd0209c90c9165c968213eb5770c7f004ef968 (diff)
downloadDotNetOpenAuth-48439ed3496f98d1d5b4ed8db887270df414ca79.zip
DotNetOpenAuth-48439ed3496f98d1d5b4ed8db887270df414ca79.tar.gz
DotNetOpenAuth-48439ed3496f98d1d5b4ed8db887270df414ca79.tar.bz2
Fixed a couple build warnings.
Diffstat (limited to 'src/DotNetOpenAuth.Core/Messaging/HmacAlgorithms.cs')
-rw-r--r--src/DotNetOpenAuth.Core/Messaging/HmacAlgorithms.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Core/Messaging/HmacAlgorithms.cs b/src/DotNetOpenAuth.Core/Messaging/HmacAlgorithms.cs
index 233c1bc..872b4ac 100644
--- a/src/DotNetOpenAuth.Core/Messaging/HmacAlgorithms.cs
+++ b/src/DotNetOpenAuth.Core/Messaging/HmacAlgorithms.cs
@@ -12,7 +12,7 @@ namespace DotNetOpenAuth.Messaging {
using System.Text;
/// <summary>
- /// HMAC-SHA algorithm names that can be passed to the <see cref="HMAC.Create"/> method.
+ /// HMAC-SHA algorithm names that can be passed to the <see cref="HMAC.Create(string)"/> method.
/// </summary>
internal static class HmacAlgorithms {
/// <summary>