3 writes to extendedProtectionPolicy
System.ServiceModel (3)
System\ServiceModel\HttpTransportSecurity.cs (3)
30this.extendedProtectionPolicy = ChannelBindingUtility.DefaultPolicy; 85this.extendedProtectionPolicy = value; 108transportSecurity.extendedProtectionPolicy = http.ExtendedProtectionPolicy;
3 references to extendedProtectionPolicy
System.ServiceModel (3)
System\ServiceModel\HttpTransportSecurity.cs (3)
69return this.extendedProtectionPolicy; 100http.ExtendedProtectionPolicy = this.extendedProtectionPolicy; 118http.ExtendedProtectionPolicy = this.extendedProtectionPolicy;