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
- Version 13.4
- Added MongoDB.SSLLibrary function.
Blog Entries
- News in MBS FileMaker Plugin 13.4
- Neues MBS Plugin 13.4 für Claris FileMaker
- MBS Plugin 13.4 for Claris FileMaker - More than 7100 Functions In One Plugin
- MBS FileMaker Plugin, version 13.4pr2
This function is free to use.
Created 4th August 2023, last changed 27th August 2023