X509ScopedServiceCertificateElement.Copy(X509ScopedServiceCertificateElement) 方法
定义
将指定配置元素的内容复制到此配置元素。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)
参数
要复制的配置元素。The configuration element to be copied.
例外
from 为 null。from is null.
配置文件是只读的。The configuration file is read-only.