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