X509ClientCertificateAuthenticationElement.Copy Method

Definition

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

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

Parameters

from
X509ClientCertificateAuthenticationElement

The configuration element to be copied.

Exceptions

from is null.

The configuration file is read-only.

Applies to