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