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