HttpWebClientProtocol::ClientCertificates Property
Gets the collection of client certificates.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: [BrowsableAttribute(false)] property X509CertificateCollection^ ClientCertificates { X509CertificateCollection^ get(); }
Property Value
Type: System.Security.Cryptography.X509Certificates::X509CertificateCollection^An X509CertificateCollection that represents the client certificates.
This property allows a client to pass one or more client certificates, also known as Authenticode X.509 v.3 certificates, when calling an XML Web service method. If the XML Web service method has been configured to use client certificates, a client certificate can be used as one mechanism for authenticating a client. For details on setting up client certificates, see the Internet Information Services (IIS) documentation.
The following code example demonstrates how to load in a client certificate from a file and then add it to the ClientCertificates property for calling an XML Web service method that uses client certificates for authentication.
Available since 1.1
X509CertificateCollection
HttpWebClientProtocol Class
System.Web.Services.Protocols Namespace
[<topic://cpconsecuringaspnetwebservices>]