diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-08-18 22:20:41 -0600 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2008-08-18 22:20:41 -0600 |
commit | aa75148d329267e1525a9568d25a0f95e411f3bb (patch) | |
tree | d4af48085901d261da870e4a1f0362c3070f5313 /src/DotNetOpenId/RelyingParty/RelyingPartySecuritySettings.cs | |
parent | 097276044aff2c9474b2aea7e602a5d4aec423bb (diff) | |
download | DotNetOpenAuth-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.cs | 2 |
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; }
}
}
|