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