Refactored the entire .config file supporting classes, and added a .config element...
commitbfa63765c562c0e114d3d1b88e9318746ab9dd50
authorAndrew Arnott <andrewarnott@gmail.com>
Fri, 16 Jan 2009 06:56:00 +0000 (15 22:56 -0800)
committerAndrew <andrewarnott@gmail.com>
Fri, 16 Jan 2009 06:56:00 +0000 (15 22:56 -0800)
tree5aaa8bd068e6fe7e44826ebc9deff30582e3d223
parent81377fa626c6ed58ecb93f461e9bfe9b0136d367
Refactored the entire .config file supporting classes, and added a .config element for maximum user agent authentication time.
20 files changed:
src/DotNetOpenAuth.Test/App.config [new file with mode: 0644]
src/DotNetOpenAuth.Test/Configuration/SectionTests.cs [new file with mode: 0644]
src/DotNetOpenAuth.Test/DotNetOpenAuth.Test.csproj
src/DotNetOpenAuth.Test/Messaging/CollectionAssert.cs
src/DotNetOpenAuth.Test/OpenId/OpenIdTestBase.cs
src/DotNetOpenAuth/Configuration/AssociationTypeCollection.cs
src/DotNetOpenAuth/Configuration/DotNetOpenAuthSection.cs [new file with mode: 0644]
src/DotNetOpenAuth/Configuration/MessagingElement.cs [new file with mode: 0644]
src/DotNetOpenAuth/Configuration/OpenIdElement.cs [new file with mode: 0644]
src/DotNetOpenAuth/Configuration/OpenIdProviderElement.cs [moved from src/DotNetOpenAuth/Configuration/ProviderSection.cs with 70% similarity]
src/DotNetOpenAuth/Configuration/OpenIdRelyingPartyElement.cs [moved from src/DotNetOpenAuth/Configuration/RelyingPartySection.cs with 69% similarity]
src/DotNetOpenAuth/Configuration/UntrustedWebRequestElement.cs [moved from src/DotNetOpenAuth/Configuration/UntrustedWebRequestSection.cs with 86% similarity]
src/DotNetOpenAuth/DotNetOpenAuth.csproj
src/DotNetOpenAuth/Messaging/UntrustedWebRequestHandler.cs
src/DotNetOpenAuth/OpenId/Association.cs
src/DotNetOpenAuth/OpenId/Configuration.cs [deleted file]
src/DotNetOpenAuth/OpenId/Provider/OpenIdProvider.cs
src/DotNetOpenAuth/OpenId/Provider/StandardProviderApplicationStore.cs
src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs
src/DotNetOpenAuth/OpenId/RelyingParty/StandardRelyingPartyApplicationStore.cs