PeerCredentialElement.Copy(PeerCredentialElement) Method

Definition

Copies the configuration settings from the supplied peer credential configuration element.

public:
 void Copy(System::ServiceModel::Configuration::PeerCredentialElement ^ from);
public void Copy (System.ServiceModel.Configuration.PeerCredentialElement from);
member this.Copy : System.ServiceModel.Configuration.PeerCredentialElement -> unit
Public Sub Copy (from As PeerCredentialElement)

Parameters

from
PeerCredentialElement

PeerCredentialElement from which to copy the configuration settings.

Applies to