diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-07-10 20:56:09 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-07-10 20:56:09 -0700 |
commit | d54af6987b7a21862a6f13a71f5b0aeca070a75b (patch) | |
tree | 96f42777b220c6351c2cb276e097a3e0f3ffce2d /src/DotNetOpenAuth.OAuth2/OAuth2/ChannelElements/AuthorizationCodeBindingElement.cs | |
parent | 664305509eee114e74c4054080b066d239901b89 (diff) | |
download | DotNetOpenAuth-d54af6987b7a21862a6f13a71f5b0aeca070a75b.zip DotNetOpenAuth-d54af6987b7a21862a6f13a71f5b0aeca070a75b.tar.gz DotNetOpenAuth-d54af6987b7a21862a6f13a71f5b0aeca070a75b.tar.bz2 |
Trying to fix up configuration section code.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2/OAuth2/ChannelElements/AuthorizationCodeBindingElement.cs')
-rw-r--r-- | src/DotNetOpenAuth.OAuth2/OAuth2/ChannelElements/AuthorizationCodeBindingElement.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth2/OAuth2/ChannelElements/AuthorizationCodeBindingElement.cs b/src/DotNetOpenAuth.OAuth2/OAuth2/ChannelElements/AuthorizationCodeBindingElement.cs index 4569c93..b0e6203 100644 --- a/src/DotNetOpenAuth.OAuth2/OAuth2/ChannelElements/AuthorizationCodeBindingElement.cs +++ b/src/DotNetOpenAuth.OAuth2/OAuth2/ChannelElements/AuthorizationCodeBindingElement.cs @@ -40,7 +40,7 @@ namespace DotNetOpenAuth.OAuth2.ChannelElements { /// </summary> /// <value>This interval need not account for clock skew because it is only compared within a single authorization server or farm of servers.</value> internal static TimeSpan MaximumMessageAge { - get { return Configuration.DotNetOpenAuthSection.Configuration.Messaging.MaximumMessageLifetimeNoSkew; } + get { return Configuration.DotNetOpenAuthSection.Messaging.MaximumMessageLifetimeNoSkew; } } /// <summary> |