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 클라이언트에서 서버 인증서의 유효성을 검사할 수 있습니다.