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