X509ScopedServiceCertificateElement.Copy Method

Definition

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

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

Parameters

from
X509ScopedServiceCertificateElement

The configuration element to be copied.

Exceptions

from is null.

The configuration file is read-only.

Applies to