summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId/Extensions/ProviderAuthenticationPolicy/AuthenticationPolicies.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-10-10 22:00:38 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2008-10-10 22:00:38 -0700
commit38d228c1a21901dba6782b2986e8776ec0d09f1a (patch)
tree00d05ce71f12e42d43927986ffd990aff4a6c335 /src/DotNetOpenId/Extensions/ProviderAuthenticationPolicy/AuthenticationPolicies.cs
parentb04452e279f04b8341fe1379a674d82c4e447221 (diff)
parentae6a8aedb694831e4002994f1da1b30b4659f947 (diff)
downloadDotNetOpenAuth-38d228c1a21901dba6782b2986e8776ec0d09f1a.zip
DotNetOpenAuth-38d228c1a21901dba6782b2986e8776ec0d09f1a.tar.gz
DotNetOpenAuth-38d228c1a21901dba6782b2986e8776ec0d09f1a.tar.bz2
Merge branch 'v2.3' into v2.4
Conflicts: src/DotNetOpenId.TestWeb/ProviderEndpoint.aspx.cs
Diffstat (limited to 'src/DotNetOpenId/Extensions/ProviderAuthenticationPolicy/AuthenticationPolicies.cs')
-rw-r--r--src/DotNetOpenId/Extensions/ProviderAuthenticationPolicy/AuthenticationPolicies.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/DotNetOpenId/Extensions/ProviderAuthenticationPolicy/AuthenticationPolicies.cs b/src/DotNetOpenId/Extensions/ProviderAuthenticationPolicy/AuthenticationPolicies.cs
index 517525f..f505a9b 100644
--- a/src/DotNetOpenId/Extensions/ProviderAuthenticationPolicy/AuthenticationPolicies.cs
+++ b/src/DotNetOpenId/Extensions/ProviderAuthenticationPolicy/AuthenticationPolicies.cs
@@ -13,6 +13,13 @@ namespace DotNetOpenId.Extensions.ProviderAuthenticationPolicy {
/// </remarks>
public static class AuthenticationPolicies {
/// <summary>
+ /// Used in a PAPE response to indicate that no PAPE authentication policies could be satisfied.
+ /// </summary>
+ /// <remarks>
+ /// Used internally by the PAPE extension, so that users don't have to know about it.
+ /// </remarks>
+ internal const string None = "http://schemas.openid.net/pape/policies/2007/06/none";
+ /// <summary>
/// An authentication mechanism where the End User does not provide a shared secret to a party potentially under the control of the Relying Party. (Note that the potentially malicious Relying Party controls where the User-Agent is redirected to and thus may not send it to the End User's actual OpenID Provider).
/// </summary>
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Phishing")]