2 writes to allowNtlm
System.ServiceModel (2)
System\ServiceModel\Channels\TransportSecurityHelpers.cs (2)
640this.allowNtlm = ConnectionOrientedTransportDefaults.AllowNtlm; 669this.allowNtlm = token.AllowNtlm;
2 references to allowNtlm
System.ServiceModel (2)
System\ServiceModel\Channels\TransportSecurityHelpers.cs (2)
720authenticationLevel = thisPtr.allowNtlm ? 730allowNtlm = thisPtr.allowNtlm;