4 references to UnsafeConnectionNtlmAuthentication
System.ServiceModel (4)
System\ServiceModel\Configuration\HttpTransportElement.cs (4)
147[ConfigurationProperty(ConfigurationStrings.UnsafeConnectionNtlmAuthentication, DefaultValue = HttpTransportDefaults.UnsafeConnectionNtlmAuthentication)] 150get { return (bool)base[ConfigurationStrings.UnsafeConnectionNtlmAuthentication]; } 151set { base[ConfigurationStrings.UnsafeConnectionNtlmAuthentication] = value; } 257SetPropertyValueIfNotDefaultValue(ConfigurationStrings.UnsafeConnectionNtlmAuthentication, source.UnsafeConnectionNtlmAuthentication);