X509InitiatorCertificateServiceElement.Certificate プロパティ

定義

クライアントへの通信時のサービスを表すために使用される証明書を取得します。

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

プロパティ値

X509ClientCertificateCredentialsElement

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

属性

適用対象