Skip to content

SSH.AlgorithmType

Andrew Lambert edited this page Nov 26, 2022 · 4 revisions

SSH.AlgorithmType

Enumeration

Protected Enum AlgorithmType
  KeyExchange=0
  PublicKey=1
  ClientSideCipher=2
  ServerSideCipher=3
  ClientSideMAC=4
  ServerSideMAC=5
  ClientSideCompression=6
  ServerSideCompression=7

Remarks

Used in the Session class to query and set algorithms.

See also

Clone this wiki locally