4 references to GetNetworkCredentialsCopy
System.ServiceModel (4)
System\ServiceModel\Security\HttpDigestClientCredential.cs (1)
25this.digestCredentials = SecurityUtils.GetNetworkCredentialsCopy(other.digestCredentials);
System\ServiceModel\Security\Tokens\SspiSecurityToken.cs (2)
30this.networkCredential = SecurityUtils.GetNetworkCredentialsCopy(networkCredential); 37this.networkCredential = SecurityUtils.GetNetworkCredentialsCopy(networkCredential);
System\ServiceModel\Security\WindowsClientCredential.cs (1)
27this.windowsCredentials = SecurityUtils.GetNetworkCredentialsCopy(other.windowsCredentials);