Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

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

💬 Ask a question or report a problem