'Declaration Public Property EncryptionAlgorithmListClientToServer As SSHAlgorithmList
'Usage Dim instance As SSHConnectionManager Dim value As SSHAlgorithmList instance.EncryptionAlgorithmListClientToServer = value value = instance.EncryptionAlgorithmListClientToServer
public SSHAlgorithmList EncryptionAlgorithmListClientToServer {get; set;}