共用方式為


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,可在通訊回到用戶端時用於表示服務。

屬性

適用於