X509CertificateRecipientClientCredential.SslCertificateAuthentication プロパティ

定義

使用する SSL 証明書検証コントロールを取得または設定します。

public:
 property System::ServiceModel::Security::X509ServiceCertificateAuthentication ^ SslCertificateAuthentication { System::ServiceModel::Security::X509ServiceCertificateAuthentication ^ get(); void set(System::ServiceModel::Security::X509ServiceCertificateAuthentication ^ value); };
public System.ServiceModel.Security.X509ServiceCertificateAuthentication SslCertificateAuthentication { get; set; }
member this.SslCertificateAuthentication : System.ServiceModel.Security.X509ServiceCertificateAuthentication with get, set
Public Property SslCertificateAuthentication As X509ServiceCertificateAuthentication

プロパティ値

X509ServiceCertificateAuthentication インスタンス。

注釈

このプロパティを使用すると、WCF X509CertificateValidator を使用して、WCF クライアント上のサーバー証明書を検証できます。

適用対象