ClientCertificateCredentials.ClientCertificates Property

Definition

Gets a collection of client security certificates that are used to authenticate with Exchange Web Services (EWS).

public:
 property System::Security::Cryptography::X509Certificates::X509CertificateCollection ^ ClientCertificates { System::Security::Cryptography::X509Certificates::X509CertificateCollection ^ get(); };
public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get; }
Public ReadOnly Property ClientCertificates As X509CertificateCollection

Property Value

A collection of X.509 security certificates.

Applies to