diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-06-06 08:10:08 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-06-06 08:10:08 -0700 |
commit | 8bc683d3725067f5edf39b634cdf683758b4bb05 (patch) | |
tree | af9da91e54a17229906379ca068349f69c72b97f /src | |
parent | 10981aee3894b145bf67d00cd2458c8a5871d00f (diff) | |
download | DotNetOpenAuth-8bc683d3725067f5edf39b634cdf683758b4bb05.zip DotNetOpenAuth-8bc683d3725067f5edf39b634cdf683758b4bb05.tar.gz DotNetOpenAuth-8bc683d3725067f5edf39b634cdf683758b4bb05.tar.bz2 |
Fixed xml doc comment
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth.OpenId/OpenId/Extensions/ProviderAuthenticationPolicy/PolicyResponse.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DotNetOpenAuth.OpenId/OpenId/Extensions/ProviderAuthenticationPolicy/PolicyResponse.cs b/src/DotNetOpenAuth.OpenId/OpenId/Extensions/ProviderAuthenticationPolicy/PolicyResponse.cs index 373134d..bac7acc 100644 --- a/src/DotNetOpenAuth.OpenId/OpenId/Extensions/ProviderAuthenticationPolicy/PolicyResponse.cs +++ b/src/DotNetOpenAuth.OpenId/OpenId/Extensions/ProviderAuthenticationPolicy/PolicyResponse.cs @@ -71,9 +71,9 @@ namespace DotNetOpenAuth.OpenId.Extensions.ProviderAuthenticationPolicy { /// actively authenticated to the OP in a manner fitting the asserted policies. /// </summary> /// <remarks> - /// If the RP's request included the "openid.max_auth_age" parameter - /// then the OP MUST include "openid.auth_time" in its response. - /// If "openid.max_auth_age" was not requested, the OP MAY choose to include + /// If the RP's request included the "openid.pape.max_auth_age" parameter + /// then the OP MUST include "openid.pape.auth_time" in its response. + /// If "openid.pape.max_auth_age" was not requested, the OP MAY choose to include /// "openid.auth_time" in its response. /// </remarks> [MessagePart("auth_time", Encoder = typeof(DateTimeEncoder))] |