26 references to Never
System (15)
net\System\Net\HttpListener.cs (5)
382m_ExtendedProtectionPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never); 1442extendedProtectionPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never); 2026if (policy.PolicyEnforcement == PolicyEnforcement.Never) 2071if (policy.PolicyEnforcement == PolicyEnforcement.Never) 2196if (policy.PolicyEnforcement != PolicyEnforcement.Never) {
net\System\Net\SecureProtocols\_NegoState.cs (3)
116_ExtendedProtectionPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never); 191if (_ExtendedProtectionPolicy.PolicyEnforcement != PolicyEnforcement.Never && 455if (_ExtendedProtectionPolicy.PolicyEnforcement == PolicyEnforcement.Never ||
security\system\security\Authentication\ExtendedProtection\Configuration\ExtendedProtectionPolicyElement.cs (3)
56if (PolicyEnforcement == PolicyEnforcement.Never) 58return new ExtendedProtectionPolicy(PolicyEnforcement.Never); 83return PolicyEnforcement.Never;
security\system\security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (2)
40if (policyEnforcement == PolicyEnforcement.Never) 65if (policyEnforcement == PolicyEnforcement.Never)
security\system\security\Authentication\ExtendedProtection\ExtendedProtectionPolicyTypeConverter.cs (2)
39if (policy.PolicyEnforcement == PolicyEnforcement.Never) 42parameterValues = new object[] { PolicyEnforcement.Never };
System.IdentityModel (5)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
134if (this.channelBinding != null && this.policyHelper.PolicyEnforcement != PolicyEnforcement.Never && this.channelBindingUsed == true)
System\IdentityModel\SecurityUtils.cs (4)
836static ExtendedProtectionPolicy disabledPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never); 860if (_policyEnforcement == PolicyEnforcement.Never) 868return (_channelBinding != null && _policyEnforcement != PolicyEnforcement.Never && _protectionScenario != ProtectionScenario.TrustedProxy); 910if (_policyEnforcement == PolicyEnforcement.Never)
System.ServiceModel (5)
System\ServiceModel\Channels\ChannelBindingUtility.cs (3)
21static ExtendedProtectionPolicy disabledPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never); 133if (policy1.PolicyEnforcement == PolicyEnforcement.Never && policy2.PolicyEnforcement == PolicyEnforcement.Never)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
722if (policy.PolicyEnforcement != PolicyEnforcement.Never &&
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
375if (extendedProtectionPolicy.PolicyEnforcement == PolicyEnforcement.Never)
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\MetabaseSettings.cs (1)
81return new ExtendedProtectionPolicy(PolicyEnforcement.Never);