Platforms to show: All Mac Windows Linux Cross-Platform

Back to SSH2SessionMBS class.

SSH2SessionMBS.CipherNames as String()

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

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

SSH2SessionMBS.DigestNames as String()

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Network MBS Network 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 = SSH2SessionMBS.CipherNames
dim DigestNames() as string = SSH2SessionMBS.DigestNames
Break

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

SSH2SessionMBS.Version as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Network MBS Network Plugin 14.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries the version for the SSH library.
Example
MsgBox SSH2SessionMBS.Version

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


The biggest plugin in space...