4 references to Clone
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WsTrustChannelClientCredentials.cs (1)
72return new WSTrustChannelSecurityTokenManager((WSTrustChannelClientCredentials)Clone());
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
466channelFactory.Endpoint.EndpointBehaviors.Add(ClientCredentials.Clone());
System.ServiceModel.Primitives (2)
System\ServiceModel\ChannelFactory.cs (1)
259ClientCredentials credentialsCopy = credentials.Clone();
System\ServiceModel\Description\ClientCredentials.cs (1)
149return new ClientCredentialsSecurityTokenManager(Clone());