3 writes to AllowNtlm
System.ServiceModel (3)
System\ServiceModel\ComIntegration\ChannelCredentials.cs (1)
82channelCredentials.Windows.AllowNtlm = allowNtlm;
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
310resolver.SoapCredentials.Windows.AllowNtlm = false;
System\ServiceModel\Configuration\WindowsClientElement.cs (1)
61windows.AllowNtlm = this.AllowNtlm;
3 references to AllowNtlm
System.ServiceModel (3)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
494specificBehavior.Windows.AllowNtlm);
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
602parent.Windows.AllowNtlm,
System\ServiceModel\Security\SecurityUtils.cs (1)
2115else if (clientCredentials != null && !clientCredentials.Windows.AllowNtlm)