Discuss this help topic in SecureBlackbox Forum
This property returns encryption algorithm which was 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 returns the accepted encryption algorithm for Client->Server direction.
Discuss this help topic in SecureBlackbox Forum