X509RecipientCertificateClientElement.ScopedCertificates 属性

定义

获取在向客户端反馈时用于表示服务的作用域证书。

public:
 property System::ServiceModel::Configuration::X509ScopedServiceCertificateElementCollection ^ ScopedCertificates { System::ServiceModel::Configuration::X509ScopedServiceCertificateElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("scopedCertificates")]
public System.ServiceModel.Configuration.X509ScopedServiceCertificateElementCollection ScopedCertificates { get; }
[<System.Configuration.ConfigurationProperty("scopedCertificates")>]
member this.ScopedCertificates : System.ServiceModel.Configuration.X509ScopedServiceCertificateElementCollection
Public ReadOnly Property ScopedCertificates As X509ScopedServiceCertificateElementCollection

属性值

X509ScopedServiceCertificateElementCollection

一个在向客户端反馈时用于表示服务的 X509Certificate2

属性

适用于