ClientCertificateCredentials(X509CertificateCollection) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).