Property ClientCertificates
- Namespace
- MongoDB.Driver.Core.Configuration
- Assembly
- MongoDB.Driver.Core.dll
ClientCertificates
Gets the client certificates.
public IEnumerable<X509Certificate> ClientCertificates { get; }
Property Value
- IEnumerable<X509Certificate>
The client certificates.