summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/DotNetOpenAuth/OpenId/RelyingParty/IAuthenticationResponse.cs3
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>