Discuss this help topic in SecureBlackbox Forum

TElSSHClass.EncryptionAlgorithmClientToServer

TElSSHClass     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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

    Check this property after the OnOpenConnection event was fired. This property returns the accepted encryption algorithm in the Client-to-Server direction.

See also:     EncryptionAlgorithms     EncryptionAlgorithmServerToClient    

Discuss this help topic in SecureBlackbox Forum