-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.AlgorithmType
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
SSH.AlgorithmType
Protected Enum AlgorithmType
KeyExchange=0
PublicKey=1
ClientSideCipher=2
ServerSideCipher=3
ClientSideMAC=4
ServerSideMAC=5
ClientSideCompression=6
ServerSideCompression=7
Used in the Session class to query and set algorithms.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.