ClientCertificateCredentials Class
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.
Provides client security certificates that are used as credentials for access to Microsoft® Exchange Web Services (EWS).
public ref class ClientCertificateCredentials sealed : Microsoft::Exchange::WebServices::Data::ExchangeCredentials
public sealed class ClientCertificateCredentials : Microsoft.Exchange.WebServices.Data.ExchangeCredentials
Public NotInheritable Class ClientCertificateCredentials
Inherits ExchangeCredentials
- Inheritance
Constructors
ClientCertificateCredentials(X509CertificateCollection) |
Initializes a new instance of the ClientCertificateCredentials class with the specified credentials. |
Properties
ClientCertificates |
Gets a collection of client security certificates that are used to authenticate with Exchange Web Services (EWS). |