ClientCertificateCredentials(X509CertificateCollection) Constructor

Definition

Initializes a new instance of the ClientCertificateCredentials class with the specified credentials.

public:
 ClientCertificateCredentials(System::Security::Cryptography::X509Certificates::X509CertificateCollection ^ clientCertificates);
public ClientCertificateCredentials (System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates);
Public Sub New (clientCertificates As X509CertificateCollection)

Parameters

clientCertificates
X509CertificateCollection

One or more client security certificates that are used to authenticate a client with Exchange Web Services (EWS).

Applies to