diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-31 20:33:43 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-31 20:33:43 -0700 |
commit | a124b5a041853c0d9f52244f43740c94bd6f4f3c (patch) | |
tree | ee9795bc3628d820ab6e2d9d0b068bea847877c7 | |
parent | 02a45c43ced85dc2c1f2b1dda707dc694216b81f (diff) | |
download | DotNetOpenAuth-a124b5a041853c0d9f52244f43740c94bd6f4f3c.zip DotNetOpenAuth-a124b5a041853c0d9f52244f43740c94bd6f4f3c.tar.gz DotNetOpenAuth-a124b5a041853c0d9f52244f43740c94bd6f4f3c.tar.bz2 |
Fixed xml doc comment.
-rw-r--r-- | src/DotNetOpenAuth/OpenId/RelyingParty/IAuthenticationResponse.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/OpenId/RelyingParty/IAuthenticationResponse.cs b/src/DotNetOpenAuth/OpenId/RelyingParty/IAuthenticationResponse.cs index 51c6f37..afca13d 100644 --- a/src/DotNetOpenAuth/OpenId/RelyingParty/IAuthenticationResponse.cs +++ b/src/DotNetOpenAuth/OpenId/RelyingParty/IAuthenticationResponse.cs @@ -185,7 +185,8 @@ namespace DotNetOpenAuth.OpenId.RelyingParty { T GetUntrustedExtension<T>() where T : IOpenIdMessageExtension; /// <summary> - /// Tries to get an OpenID extension that may be present in the response. + /// Tries to get an OpenID extension that may be present in the response, without + /// requiring it to be signed by the Provider. /// </summary> /// <param name="extensionType">Type of the extension to look for in the response.</param> /// <returns> |