1 write to UnsafeConnectionNtlmAuthentication
System.ServiceModel (1)
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
199binding.UnsafeConnectionNtlmAuthentication = this.UnsafeConnectionNtlmAuthentication;
3 references to UnsafeConnectionNtlmAuthentication
System.ServiceModel (3)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
216instance.SetProperty(AdministrationStrings.UnsafeConnectionNtlmAuthentication, http.UnsafeConnectionNtlmAuthentication);
System\ServiceModel\Channels\HttpChannelListener.cs (1)
109this.unsafeConnectionNtlmAuthentication = bindingElement.UnsafeConnectionNtlmAuthentication;
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
257SetPropertyValueIfNotDefaultValue(ConfigurationStrings.UnsafeConnectionNtlmAuthentication, source.UnsafeConnectionNtlmAuthentication);