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