6 references to AllowInsecureTransport
System.ServiceModel (6)
System\ServiceModel\Configuration\SecurityElementBase.cs (6)
93[ConfigurationProperty(ConfigurationStrings.AllowInsecureTransport, DefaultValue = SecurityBindingElement.defaultAllowInsecureTransport)] 96get { return (bool)base[ConfigurationStrings.AllowInsecureTransport]; } 97set { base[ConfigurationStrings.AllowInsecureTransport] = value; } 189if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.AllowInsecureTransport].ValueOrigin) 261if (PropertyValueOrigin.Default != source.ElementInformation.Properties[ConfigurationStrings.AllowInsecureTransport].ValueOrigin) 656SetPropertyValueIfNotDefaultValue(ConfigurationStrings.AllowInsecureTransport, sbe.AllowInsecureTransport);