X509ServiceCertificateAuthenticationElement.Copy Method

Definition

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

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

Parameters

from
X509ServiceCertificateAuthenticationElement

The configuration element to be copied.

Exceptions

from is null.

The configuration file is read-only.

Applies to