summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId/Extensions/ProviderAuthenticationPolicy/AuthenticationPolicies.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-10-10 21:53:39 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2008-10-10 21:53:39 -0700
commitae6a8aedb694831e4002994f1da1b30b4659f947 (patch)
tree18c1d24ad25bef41cdaab3cb8580f6829fb285ee /src/DotNetOpenId/Extensions/ProviderAuthenticationPolicy/AuthenticationPolicies.cs
parentc65b0f27c346ff952da7de8a16aaa9e535e59824 (diff)
parentb3d25b23940176b1c14584d883175355dfe214e7 (diff)
downloadDotNetOpenAuth-ae6a8aedb694831e4002994f1da1b30b4659f947.zip
DotNetOpenAuth-ae6a8aedb694831e4002994f1da1b30b4659f947.tar.gz
DotNetOpenAuth-ae6a8aedb694831e4002994f1da1b30b4659f947.tar.bz2
Merge branch 'v2.2' into v2.3
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")]