diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-01 22:00:51 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-01 23:19:24 -0800 |
commit | 1bd4984eee2220622b90cbedf8fc2cdb72bbf98b (patch) | |
tree | 213217e9da0d31d7fb6ef7fc993e5cc3ba5113c2 /src/DotNetOpenAuth.AspNet/OpenAuthAuthenticationTicketHelper.cs | |
parent | 862d9349ecf31b58e65072f91a5ee1956c31ba4b (diff) | |
download | DotNetOpenAuth-1bd4984eee2220622b90cbedf8fc2cdb72bbf98b.zip DotNetOpenAuth-1bd4984eee2220622b90cbedf8fc2cdb72bbf98b.tar.gz DotNetOpenAuth-1bd4984eee2220622b90cbedf8fc2cdb72bbf98b.tar.bz2 |
Added some missing comments.
Diffstat (limited to 'src/DotNetOpenAuth.AspNet/OpenAuthAuthenticationTicketHelper.cs')
-rw-r--r-- | src/DotNetOpenAuth.AspNet/OpenAuthAuthenticationTicketHelper.cs | 3 |
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"; |