summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId/RelyingParty/RelyingPartySecuritySettings.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-08-18 22:20:41 -0600
committerAndrew Arnott <andrewarnott@gmail.com>2008-08-18 22:20:41 -0600
commitaa75148d329267e1525a9568d25a0f95e411f3bb (patch)
treed4af48085901d261da870e4a1f0362c3070f5313 /src/DotNetOpenId/RelyingParty/RelyingPartySecuritySettings.cs
parent097276044aff2c9474b2aea7e602a5d4aec423bb (diff)
downloadDotNetOpenAuth-aa75148d329267e1525a9568d25a0f95e411f3bb.zip
DotNetOpenAuth-aa75148d329267e1525a9568d25a0f95e411f3bb.tar.gz
DotNetOpenAuth-aa75148d329267e1525a9568d25a0f95e411f3bb.tar.bz2
Moved IRequest.RelyingPartyVersion to IAuthenticationRequest.RelyingPartyVersion.
Fxcop fixes.
Diffstat (limited to 'src/DotNetOpenId/RelyingParty/RelyingPartySecuritySettings.cs')
-rw-r--r--src/DotNetOpenId/RelyingParty/RelyingPartySecuritySettings.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenId/RelyingParty/RelyingPartySecuritySettings.cs b/src/DotNetOpenId/RelyingParty/RelyingPartySecuritySettings.cs
index 30ba9b1..2954473 100644
--- a/src/DotNetOpenId/RelyingParty/RelyingPartySecuritySettings.cs
+++ b/src/DotNetOpenId/RelyingParty/RelyingPartySecuritySettings.cs
@@ -59,6 +59,6 @@ namespace DotNetOpenId.RelyingParty {
/// Gets/sets the oldest version of OpenID the remote party is allowed to implement.
/// </summary>
/// <value>Defaults to <see cref="ProtocolVersion.V10"/></value>
- public ProtocolVersion MinimumRequiredOpenIDVersion { get; set; }
+ public ProtocolVersion MinimumRequiredOpenIdVersion { get; set; }
}
}