Refactored association management functions from the OpenIdRelyingParty class into...
commit27dad8e09d3f7952cd8ecc17214c995215591ffa
authorAndrew Arnott <andrewarnott@gmail.com>
Fri, 23 Jan 2009 23:41:25 +0000 (23 15:41 -0800)
committerAndrew <andrewarnott@gmail.com>
Fri, 23 Jan 2009 23:41:25 +0000 (23 15:41 -0800)
tree89e0fc15f8db897eb7053f5874849eb3131ede09
parentde2facf6dd659fd4b2a4d38b0d1571762f7721b6
Refactored association management functions from the OpenIdRelyingParty class into an AssociationManager class.
12 files changed:
src/DotNetOpenAuth.Test/Mocks/CoordinatingChannel.cs
src/DotNetOpenAuth.Test/OpenId/AssociationHandshakeTests.cs
src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs
src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionTestUtilities.cs
src/DotNetOpenAuth.Test/OpenId/RelyingParty/OpenIdRelyingPartyTests.cs
src/DotNetOpenAuth.Test/OpenId/TestSupport.cs
src/DotNetOpenAuth.vsmdi
src/DotNetOpenAuth/DotNetOpenAuth.csproj
src/DotNetOpenAuth/OpenId/RelyingParty/AssociationManager.cs [new file with mode: 0644]
src/DotNetOpenAuth/OpenId/RelyingParty/AuthenticationRequest.cs
src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs
src/DotNetOpenAuth/OpenId/RelyingParty/ServiceEndpoint.cs