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

プロパティ値

クライアントへの通信時のサービスを表すために使用される X509Certificate2

属性

適用対象