IEwsHttpWebRequest.ClientCertificates property
Gets or sets the client certificates.
The ClientCertificates property is applicable for clients that target Exchange Online and versions of Exchange starting with Microsoft Exchange Server 2007.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
Syntax
'Declaration
Property ClientCertificates As X509CertificateCollection
Get
Set
'Usage
Dim instance As IEwsHttpWebRequest
Dim value As X509CertificateCollection
value = instance.ClientCertificates
instance.ClientCertificates = value
X509CertificateCollection ClientCertificates { get; set; }
Property value
Type: System.Security.Cryptography.X509Certificates.X509CertificateCollection
The collection of X509 client certificates.