diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-26 21:36:09 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-26 21:36:09 -0700 |
commit | 80fafc9558f8a3c2a96bdefe9e5e10171a6b0894 (patch) | |
tree | 8a8739f4e356da16272da3a0d25ec3fcbc7774bb /src | |
parent | 18089de9861bd16d0ce81e73934b2d44871c6206 (diff) | |
download | DotNetOpenAuth-80fafc9558f8a3c2a96bdefe9e5e10171a6b0894.zip DotNetOpenAuth-80fafc9558f8a3c2a96bdefe9e5e10171a6b0894.tar.gz DotNetOpenAuth-80fafc9558f8a3c2a96bdefe9e5e10171a6b0894.tar.bz2 |
Changed xml doc comment so that Find In Files is more likely to find these.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth/OpenId/ChannelElements/BackwardCompatibilityBindingElement.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOpenAuth/OpenId/ChannelElements/BackwardCompatibilityBindingElement.cs b/src/DotNetOpenAuth/OpenId/ChannelElements/BackwardCompatibilityBindingElement.cs index de9cda9..b730b1f 100644 --- a/src/DotNetOpenAuth/OpenId/ChannelElements/BackwardCompatibilityBindingElement.cs +++ b/src/DotNetOpenAuth/OpenId/ChannelElements/BackwardCompatibilityBindingElement.cs @@ -17,13 +17,13 @@ namespace DotNetOpenAuth.OpenId.ChannelElements { /// </summary> internal class BackwardCompatibilityBindingElement : IChannelBindingElement { /// <summary> - /// The name of the callback parameter that stores the Provider Endpoint URL + /// The "dnoa.op_endpoint" callback parameter that stores the Provider Endpoint URL /// to tack onto the return_to URI. /// </summary> private const string ProviderEndpointParameterName = OpenIdUtilities.CustomParameterPrefix + "op_endpoint"; /// <summary> - /// The name of the callback parameter that stores the Claimed Identifier + /// The "dnoa.claimed_id" callback parameter that stores the Claimed Identifier /// to tack onto the return_to URI. /// </summary> private const string ClaimedIdentifierParameterName = OpenIdUtilities.CustomParameterPrefix + "claimed_id"; |