Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

MongoDB.SSLLibrary

Queries SSL library used.

Component Version macOS Windows Linux Server iOS SDK
MongoDB 13.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "MongoDB.SSLLibrary" )

Parameters

none

Result

Returns text or error.

Description

Queries SSL library used.
Returns SecureTransport, SecureChannel or OpenSSL.
SecureChannel is used on Windows while SecureTransport is Apple's framework on iOS and macOS. And OpenSSL is available for all platforms.

Examples

Check SSL Library:

Set Variable [ $version ; Value: MBS( "MongoDB.SSLLibrary" ) ]
Show Custom Dialog [ "SSL Engine used" ; $version ]

Release notes

Blog Entries

This function is free to use.

Created 4th August 2023, last changed 27th August 2023


MongoDB.ReplaceOne - MongoDB.ServerDescription