Platforms to show: All Mac Windows Linux Cross-Platform

MongoSSLOptionsMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class MongoDB MBS MongoDB Plugin 23.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The class for MongoDB SSL Options.
Example
const URL = "mongodb://localhost/"
Var uri As New MongoURIMBS(URL)

Var client As New MongoClientMBS(URI)

// we assign the options to point to the cacert.pem file
Var SSLOptions As New MongoSSLOptionsMBS
SSLOptions.CertificateAuthorityFile = "/Users/cs/cacert.pem"

client.SSLOptions = SSLOptions

Break

This class has no sub classes.

Blog Entries

Release notes

Some properties using for this class:

Some related classes:


The items on this page are in the following plugins: MBS MongoDB Plugin.


MongoSessionMBS   -   MongoStreamMBS


The biggest plugin in space...