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