X509CertificateRecipientClientCredential.SslCertificateAuthentication プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
使用する 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 クライアント上のサーバー証明書を検証できます。