3 writes to extendedProtectionPolicy
System.ServiceModel (3)
System\ServiceModel\Channels\TcpTransportBindingElement.cs (3)
33this.extendedProtectionPolicy = ChannelBindingUtility.DefaultPolicy; 44this.extendedProtectionPolicy = elementToBeCloned.ExtendedProtectionPolicy; 131this.extendedProtectionPolicy = value;
1 reference to extendedProtectionPolicy
System.ServiceModel (1)
System\ServiceModel\Channels\TcpTransportBindingElement.cs (1)
115return this.extendedProtectionPolicy;