2 references to DefaultAllowNtlm
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDefaults.cs (1)
189public const bool AllowNtlm = SspiSecurityTokenProvider.DefaultAllowNtlm;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WindowsClientCredential.cs (1)
15private bool _allowNtlm = SspiSecurityTokenProvider.DefaultAllowNtlm;