This documentation is archived and is not being maintained.
HttpWebClientProtocol::ClientCertificates Property
Visual Studio 2010
Gets the collection of client certificates.
Assembly: System.Web.Services (in System.Web.Services.dll)
[BrowsableAttribute(false)] public: property X509CertificateCollection^ ClientCertificates { X509CertificateCollection^ get (); }
Property Value
Type: System.Security.Cryptography.X509Certificates::X509CertificateCollectionAn 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: