2 writes to allowNtlm
System.ServiceModel (2)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (2)
347out this.impersonationLevel, out this.allowNtlm); 600out parent.impersonationLevel, out parent.allowNtlm);
2 references to allowNtlm
System.ServiceModel (2)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (2)
445this.ValidateMutualAuth(identity, negotiateStream, remoteSecurity, allowNtlm); 527remoteSecurity, this.initiator.allowNtlm);