X509RecipientCertificateServiceElement.Copy Method

Definition

Copies the content of the specified configuration element to this configuration element.

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

Parameters

from
X509RecipientCertificateServiceElement

The configuration element to be copied.

Exceptions

from is null.

The configuration file is read-only.

Applies to