10 references to TrustedProxy
System (3)
net\System\Net\HttpListener.cs (2)
2045
if (policy.ProtectionScenario == ProtectionScenario.
TrustedProxy
)
2202
if (policy.ProtectionScenario == ProtectionScenario.
TrustedProxy
) {
net\System\Net\SecureProtocols\_NegoState.cs (1)
192
_ExtendedProtectionPolicy.ProtectionScenario == ProtectionScenario.
TrustedProxy
)
System.IdentityModel (3)
System\IdentityModel\SecurityUtils.cs (1)
868
return (_channelBinding != null && _policyEnforcement != PolicyEnforcement.Never && _protectionScenario != ProtectionScenario.
TrustedProxy
);
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (2)
187
if (policyHelper.PolicyEnforcement == PolicyEnforcement.Always && policyHelper.ChannelBinding == null && policyHelper.ProtectionScenario != ProtectionScenario.
TrustedProxy
)
197
if (policyHelper.ProtectionScenario == ProtectionScenario.
TrustedProxy
)
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
384
if (SecurityUtils.IsChannelBindingDisabled || !this.extendedProtectionPolicyHasSupport || (cbp == null && extendedProtectionPolicy.ProtectionScenario != ProtectionScenario.
TrustedProxy
))
System\ServiceModel\Security\WindowsSspiNegotiation.cs (2)
353
if (policyHelper.PolicyEnforcement == PolicyEnforcement.Always && policyHelper.ChannelBinding == null && policyHelper.ProtectionScenario != ProtectionScenario.
TrustedProxy
)
363
if (policyHelper.ProtectionScenario == ProtectionScenario.
TrustedProxy
)
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\MetabaseSettings.cs (1)
110
scenario = ProtectionScenario.
TrustedProxy
;