summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.AspNet/OpenAuthAuthenticationTicketHelper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenAuth.AspNet/OpenAuthAuthenticationTicketHelper.cs')
-rw-r--r--src/DotNetOpenAuth.AspNet/OpenAuthAuthenticationTicketHelper.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.AspNet/OpenAuthAuthenticationTicketHelper.cs b/src/DotNetOpenAuth.AspNet/OpenAuthAuthenticationTicketHelper.cs
index 19c1184..1c8d210 100644
--- a/src/DotNetOpenAuth.AspNet/OpenAuthAuthenticationTicketHelper.cs
+++ b/src/DotNetOpenAuth.AspNet/OpenAuthAuthenticationTicketHelper.cs
@@ -11,6 +11,9 @@ namespace DotNetOpenAuth.AspNet {
using System.Web.Security;
using DotNetOpenAuth.AspNet.Resources;
+ /// <summary>
+ /// Helper methods for setting and retrieving a custom forms authentication ticket for delegation protocols.
+ /// </summary>
internal static class OpenAuthAuthenticationTicketHelper {
private const string OpenAuthCookieToken = "OpenAuth";