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