MongodbSslConfig constructor
MongodbSslConfig({})
Implementation
MongodbSslConfig({
this.caCertificate,
this.caCertificateSet,
this.clientCertificate,
this.clientCertificateSet,
this.clientKey,
this.clientKeySet,
this.secretManagerStoredClientKey,
});