summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth/OpenId/RelyingParty/RelyingPartySecuritySettings.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenAuth/OpenId/RelyingParty/RelyingPartySecuritySettings.cs')
-rw-r--r--src/DotNetOpenAuth/OpenId/RelyingParty/RelyingPartySecuritySettings.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/DotNetOpenAuth/OpenId/RelyingParty/RelyingPartySecuritySettings.cs b/src/DotNetOpenAuth/OpenId/RelyingParty/RelyingPartySecuritySettings.cs
index 64c6099..f7ac3c2 100644
--- a/src/DotNetOpenAuth/OpenId/RelyingParty/RelyingPartySecuritySettings.cs
+++ b/src/DotNetOpenAuth/OpenId/RelyingParty/RelyingPartySecuritySettings.cs
@@ -86,20 +86,6 @@ namespace DotNetOpenAuth.OpenId.RelyingParty {
public TimeSpan PrivateSecretMaximumAge { get; set; }
/// <summary>
- /// Gets or sets a value indicating whether unsigned extension responses will be deserialized.
- /// </summary>
- /// <value>
- /// <c>false</c> to ignore unsigned extension responses; <c>true</c> to accept them.
- /// Default is <c>false</c>.
- /// </value>
- /// <remarks>
- /// This is an internal-only property because not requiring signed extensions is
- /// potentially dangerous. It is included here as an internal option primarily
- /// to enable testing.
- /// </remarks>
- internal bool AllowUnsignedIncomingExtensions { get; set; }
-
- /// <summary>
/// Fires the <see cref="RequireSslChanged"/> event.
/// </summary>
private void OnRequireSslChanged() {