Discuss this help topic in SecureBlackbox Forum
This property returns the encryption algorithm accepted during SSH handshake.
Declaration
[C#]
short EncryptionAlgorithmClientToServer;
[VB.NET]
Property EncryptionAlgorithmClientToServer As Short
[Pascal]
property EncryptionAlgorithmClientToServer : TSSHEncryptionAlgorithm;
[C++]
uint8_t get_EncryptionAlgorithmClientToServer();
[PHP]
integer get_EncryptionAlgorithmClientToServer()
[Java]
short getEncryptionAlgorithmClientToServer();
Values
Description
This property specifies the encryption algorithm in the Client->Server direction.
Discuss this help topic in SecureBlackbox Forum