18 references to Always
System (5)
net\System\Net\HttpListener.cs (3)
461if (!AuthenticationManager.OSSupportsExtendedProtection && value.PolicyEnforcement == PolicyEnforcement.Always) 2040GlobalLog.Assert(policy.PolicyEnforcement != PolicyEnforcement.Always, "User managed to set PolicyEnforcement.Always when the OS does not support extended protection!"); 2091GlobalLog.Assert(policy.PolicyEnforcement != PolicyEnforcement.Always, "User managed to set PolicyEnforcement.Always when the OS does not support extended protection!");
net\System\Net\SecureProtocols\_NegoState.cs (2)
100if (policy.PolicyEnforcement == PolicyEnforcement.Always) 463GlobalLog.Assert(_ExtendedProtectionPolicy.PolicyEnforcement != PolicyEnforcement.Always,
System.IdentityModel (3)
System\IdentityModel\SecurityUtils.cs (2)
929if (_policyEnforcement == PolicyEnforcement.Always) 952case PolicyEnforcement.Always:
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (1)
187if (policyHelper.PolicyEnforcement == PolicyEnforcement.Always && policyHelper.ChannelBinding == null && policyHelper.ProtectionScenario != ProtectionScenario.TrustedProxy)
System.ServiceModel (8)
System\ServiceModel\Channels\HttpChannelListener.cs (2)
94bindingElement.ExtendedProtectionPolicy.PolicyEnforcement == PolicyEnforcement.Always) 694this.ExtendedProtectionPolicy.PolicyEnforcement == PolicyEnforcement.Always &&
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
194if (value.PolicyEnforcement == PolicyEnforcement.Always &&
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
380if (extendedProtectionPolicy.PolicyEnforcement == PolicyEnforcement.Always)
System\ServiceModel\Channels\TcpTransportBindingElement.cs (1)
124if (value.PolicyEnforcement == PolicyEnforcement.Always &&
System\ServiceModel\HttpTransportSecurity.cs (1)
78if (value.PolicyEnforcement == PolicyEnforcement.Always &&
System\ServiceModel\Security\WindowsSspiNegotiation.cs (1)
353if (policyHelper.PolicyEnforcement == PolicyEnforcement.Always && policyHelper.ChannelBinding == null && policyHelper.ProtectionScenario != ProtectionScenario.TrustedProxy)
System\ServiceModel\TcpTransportSecurity.cs (1)
74if (value.PolicyEnforcement == PolicyEnforcement.Always &&
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
260if (extendedProtectionPolicy.PolicyEnforcement == PolicyEnforcement.Always)
System\ServiceModel\Activation\MetabaseSettings.cs (1)
89enforce = PolicyEnforcement.Always;