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