4 writes to ExtendedProtectionPolicy
System.ServiceModel (4)
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
201
binding.
ExtendedProtectionPolicy
= ChannelBindingUtility.BuildPolicy(this.ExtendedProtectionPolicy);
System\ServiceModel\HttpTransportSecurity.cs (2)
100
http.
ExtendedProtectionPolicy
= this.extendedProtectionPolicy;
118
http.
ExtendedProtectionPolicy
= this.extendedProtectionPolicy;
System\ServiceModel\WSHttpBinding.cs (1)
175
this.HttpTransport.
ExtendedProtectionPolicy
= security.Transport.ExtendedProtectionPolicy;
11 references to ExtendedProtectionPolicy
System.ServiceModel (11)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
219
FillExtendedProtectionPolicy(instance, http.
ExtendedProtectionPolicy
);
System\ServiceModel\Channels\HttpChannelListener.cs (2)
94
bindingElement.
ExtendedProtectionPolicy
.PolicyEnforcement == PolicyEnforcement.Always)
112
this.extendedProtectionPolicy = GetPolicyWithDefaultSpnCollection(bindingElement.
ExtendedProtectionPolicy
, this.authenticationScheme, this.HostNameComparisonModeInternal, base.Uri, out this.usingDefaultSpnList);
System\ServiceModel\Channels\HttpTransportBindingElement.cs (5)
94
this.extendedProtectionPolicy = elementToBeCloned.
ExtendedProtectionPolicy
;
514
return (T)(object)this.
ExtendedProtectionPolicy
;
939
if (!ChannelBindingUtility.AreEqual(this.
ExtendedProtectionPolicy
, http.
ExtendedProtectionPolicy
))
950
return !ChannelBindingUtility.AreEqual(this.
ExtendedProtectionPolicy
, ChannelBindingUtility.DefaultPolicy);
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
265
ChannelBindingUtility.InitializeFrom(source.
ExtendedProtectionPolicy
, this.ExtendedProtectionPolicy);
System\ServiceModel\HttpBindingBase.cs (1)
360
this.BasicHttpSecurity.Transport.ExtendedProtectionPolicy = transport.
ExtendedProtectionPolicy
;
System\ServiceModel\HttpTransportSecurity.cs (1)
108
transportSecurity.extendedProtectionPolicy = http.
ExtendedProtectionPolicy
;