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