summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId/Extensions/SimpleRegistrationFieldValues.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-04-12 21:06:57 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2008-04-15 22:23:42 -0700
commit03374ffbc284ea9a7eefa02584e4750b8082d066 (patch)
treeb436667889009e50d3fa4da1b48d8f6b33cf267d /src/DotNetOpenId/Extensions/SimpleRegistrationFieldValues.cs
parent1a31e492cda56e542be91f6d34d5c49941d21d24 (diff)
downloadDotNetOpenAuth-03374ffbc284ea9a7eefa02584e4750b8082d066.zip
DotNetOpenAuth-03374ffbc284ea9a7eefa02584e4750b8082d066.tar.gz
DotNetOpenAuth-03374ffbc284ea9a7eefa02584e4750b8082d066.tar.bz2
Added skeletal structure of Attribute Exchange extension classes.
Diffstat (limited to 'src/DotNetOpenId/Extensions/SimpleRegistrationFieldValues.cs')
-rw-r--r--src/DotNetOpenId/Extensions/SimpleRegistrationFieldValues.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DotNetOpenId/Extensions/SimpleRegistrationFieldValues.cs b/src/DotNetOpenId/Extensions/SimpleRegistrationFieldValues.cs
index adb4f2c..f7cf70d 100644
--- a/src/DotNetOpenId/Extensions/SimpleRegistrationFieldValues.cs
+++ b/src/DotNetOpenId/Extensions/SimpleRegistrationFieldValues.cs
@@ -112,7 +112,6 @@ namespace DotNetOpenId.Extensions
/// Adds the values of this struct to an authentication response being prepared
/// by an OpenID Provider.
/// </summary>
- /// <param name="authenticationRequest"></param>
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters")]
public void AddToResponse(Provider.IAuthenticationRequest authenticationRequest) {
if (authenticationRequest == null) throw new ArgumentNullException("authenticationRequest");