3 writes to windowsCredentials
System.ServiceModel (3)
System\ServiceModel\Security\WindowsClientCredential.cs (3)
27this.windowsCredentials = SecurityUtils.GetNetworkCredentialsCopy(other.windowsCredentials); 57this.windowsCredentials = new NetworkCredential(); 63this.windowsCredentials = value;
4 references to windowsCredentials
System.ServiceModel (4)
System\ServiceModel\Security\WindowsClientCredential.cs (4)
26if (other.windowsCredentials != null) 27this.windowsCredentials = SecurityUtils.GetNetworkCredentialsCopy(other.windowsCredentials); 56if (this.windowsCredentials == null) 58return this.windowsCredentials;