summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenId.RelyingParty
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-03-24 14:46:23 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2013-03-24 14:46:23 -0700
commit1c7e98eb90c0c208d0615c10b36d9ce896cf4eaa (patch)
tree1bb69ff4a249c0283843f6ca1686ee3b650b83d1 /src/DotNetOpenAuth.OpenId.RelyingParty
parent92c9e2299434d9bfa60eaee8e00ad23665060d56 (diff)
downloadDotNetOpenAuth-1c7e98eb90c0c208d0615c10b36d9ce896cf4eaa.zip
DotNetOpenAuth-1c7e98eb90c0c208d0615c10b36d9ce896cf4eaa.tar.gz
DotNetOpenAuth-1c7e98eb90c0c208d0615c10b36d9ce896cf4eaa.tar.bz2
Just 37 failures.
Diffstat (limited to 'src/DotNetOpenAuth.OpenId.RelyingParty')
-rw-r--r--src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/RelyingParty/PositiveAuthenticationResponse.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/RelyingParty/PositiveAuthenticationResponse.cs b/src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/RelyingParty/PositiveAuthenticationResponse.cs
index c40a6fb..89162ab 100644
--- a/src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/RelyingParty/PositiveAuthenticationResponse.cs
+++ b/src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/RelyingParty/PositiveAuthenticationResponse.cs
@@ -22,11 +22,11 @@ namespace DotNetOpenAuth.OpenId.RelyingParty {
[DebuggerDisplay("Status: {Status}, ClaimedIdentifier: {ClaimedIdentifier}")]
internal class PositiveAuthenticationResponse : PositiveAnonymousResponse {
/// <summary>
- /// Initializes a new instance of the <see cref="PositiveAuthenticationResponse"/> class.
+ /// Initializes a new instance of the <see cref="PositiveAuthenticationResponse"/> class
/// </summary>
/// <param name="response">The positive assertion response that was just received by the Relying Party.</param>
/// <param name="relyingParty">The relying party.</param>
- internal PositiveAuthenticationResponse(PositiveAssertionResponse response, OpenIdRelyingParty relyingParty)
+ private PositiveAuthenticationResponse(PositiveAssertionResponse response, OpenIdRelyingParty relyingParty)
: base(response) {
Requires.NotNull(relyingParty, "relyingParty");