3 references to DefaultAllowNtlm
System.ServiceModel (3)
System\ServiceModel\Channels\TransportDefaults.cs (1)
242internal const bool AllowNtlm = SspiSecurityTokenProvider.DefaultAllowNtlm;
System\ServiceModel\Configuration\WindowsClientElement.cs (1)
22[ConfigurationProperty(ConfigurationStrings.AllowNtlm, DefaultValue = SspiSecurityTokenProvider.DefaultAllowNtlm)]
System\ServiceModel\Security\WindowsClientCredential.cs (1)
17bool allowNtlm = SspiSecurityTokenProvider.DefaultAllowNtlm;