Platforms to show: All Mac Windows Linux Cross-Platform

Back to CURLSMBS class.

CURLSMBS.CipherNames as String()

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries list of all cipher algorithms.
Example
// see hash and encryption algorithms available
dim CipherNames() as string = CURLSMBS.CipherNames
dim DigestNames() as string = CURLSMBS.DigestNames
Break

The list may not be the same for Mac, Windows and Linux.

CURLSMBS.DigestNames as String()

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CURL MBS CURL Plugin 18.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries list of all digest algorithms.
Example
// see hash and encryption algorithms available
dim CipherNames() as string = CURLSMBS.CipherNames
dim DigestNames() as string = CURLSMBS.DigestNames
Break

The list may not be the same for Mac, Windows and Linux.

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


The biggest plugin in space...