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