1 write to AllowInsecureTransport
System.ServiceModel (1)
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
190sbe.AllowInsecureTransport = this.AllowInsecureTransport;
6 references to AllowInsecureTransport
System.ServiceModel (6)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
304instance.SetProperty(AdministrationStrings.AllowInsecureTransport, specificElement.AllowInsecureTransport);
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
2138if (transportTokenAssertionProvider == null && !binding.AllowInsecureTransport) 2224if (transportTokenAssertionProvider == null && binding.AllowInsecureTransport)
System\ServiceModel\Channels\TransportSecurityBindingElement.cs (1)
306if (!this.AllowInsecureTransport)
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
656SetPropertyValueIfNotDefaultValue(ConfigurationStrings.AllowInsecureTransport, sbe.AllowInsecureTransport);
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (1)
679if (securityBindingElement is TransportSecurityBindingElement && !securityBindingElement.AllowInsecureTransport)