Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.EncryptionAlgorithmClientToServer

TElSimpleSSHClient     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

    This property returns the accepted encryption algorithm for Client->Server direction.

See also:     EncryptionAlgorithms     EncryptionAlgorithmServerToClient    

Discuss this help topic in SecureBlackbox Forum