summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-11-27 21:55:52 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-11-27 21:57:29 -0700
commit3731024762f98757aafb694e62ce798539d90ff2 (patch)
tree28438d90d642cd91a201b4dd6c99de005a442345 /src
parent201b120ea7ac30cf97995a1aed9ce14400f1fd5e (diff)
downloadDotNetOpenAuth-3731024762f98757aafb694e62ce798539d90ff2.zip
DotNetOpenAuth-3731024762f98757aafb694e62ce798539d90ff2.tar.gz
DotNetOpenAuth-3731024762f98757aafb694e62ce798539d90ff2.tar.bz2
Made OpenIdRelyingParty.DiscoveryServices public.
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs
index 76b0f10..962fede 100644
--- a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs
+++ b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs
@@ -239,7 +239,7 @@ namespace DotNetOpenAuth.OpenId.RelyingParty {
/// <summary>
/// Gets the list of services that can perform discovery on identifiers given to this relying party.
/// </summary>
- internal IList<IIdentifierDiscoveryService> DiscoveryServices {
+ public IList<IIdentifierDiscoveryService> DiscoveryServices {
get { return this.discoveryServices; }
}