HttpWebClientProtocol.ClientCertificates Property
.NET Framework 3.0
Gets the collection of client certificates.
Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in system.web.services.dll)
Assembly: System.Web.Services (in system.web.services.dll)
public: property X509CertificateCollection^ ClientCertificates { X509CertificateCollection^ get (); }
/** @property */ public X509CertificateCollection get_ClientCertificates ()
public function get ClientCertificates () : X509CertificateCollection
Not applicable.
Property Value
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.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: