diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-06-12 08:50:32 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-06-12 08:50:32 -0700 |
commit | 57c22d9855e89cbd490c66c06027e253ae9470f5 (patch) | |
tree | d51f2b5fa041db5a0fcfe9826a559e10bd4d6e8f | |
parent | 2b23b9affdc5064394a46a5a7d9d2ada4148450f (diff) | |
download | DotNetOpenAuth-57c22d9855e89cbd490c66c06027e253ae9470f5.zip DotNetOpenAuth-57c22d9855e89cbd490c66c06027e253ae9470f5.tar.gz DotNetOpenAuth-57c22d9855e89cbd490c66c06027e253ae9470f5.tar.bz2 |
Fixed PAPE comment.
-rw-r--r-- | src/DotNetOpenAuth.OpenId/OpenId/Extensions/ProviderAuthenticationPolicy/PolicyResponse.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OpenId/OpenId/Extensions/ProviderAuthenticationPolicy/PolicyResponse.cs b/src/DotNetOpenAuth.OpenId/OpenId/Extensions/ProviderAuthenticationPolicy/PolicyResponse.cs index bac7acc..880a25e 100644 --- a/src/DotNetOpenAuth.OpenId/OpenId/Extensions/ProviderAuthenticationPolicy/PolicyResponse.cs +++ b/src/DotNetOpenAuth.OpenId/OpenId/Extensions/ProviderAuthenticationPolicy/PolicyResponse.cs @@ -74,7 +74,7 @@ namespace DotNetOpenAuth.OpenId.Extensions.ProviderAuthenticationPolicy { /// 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. + /// "openid.pape.auth_time" in its response. /// </remarks> [MessagePart("auth_time", Encoder = typeof(DateTimeEncoder))] public DateTime? AuthenticationTimeUtc { |