2 writes to allowNtlm
System.ServiceModel (2)
System\ServiceModel\Security\WindowsClientCredential.cs (2)
29this.allowNtlm = other.allowNtlm; 77this.allowNtlm = value;
2 references to allowNtlm
System.ServiceModel (2)
System\ServiceModel\Security\WindowsClientCredential.cs (2)
29this.allowNtlm = other.allowNtlm; 72return this.allowNtlm;