Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.EncryptionAlgorithmServerToClient

TElIdSSHClientServerIOHandler     See also     


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


This property returns encryption algorithm which was accepted during SSH handshake

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property EncryptionAlgorithmServerToClient : TSSHEncryptionAlgorithm;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Values

Description

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

See also:     EncryptionAlgorithms     EncryptionAlgorithmClientToServer    

Discuss this help topic in SecureBlackbox Forum