diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-27 21:55:52 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-27 21:57:29 -0700 |
commit | 3731024762f98757aafb694e62ce798539d90ff2 (patch) | |
tree | 28438d90d642cd91a201b4dd6c99de005a442345 /src | |
parent | 201b120ea7ac30cf97995a1aed9ce14400f1fd5e (diff) | |
download | DotNetOpenAuth-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.cs | 2 |
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; } } |