Discuss this help topic in SecureBlackbox Forum

TElClientIndySSHTransport.PublicKeyAlgorithms

TElClientIndySSHTransport     See also     


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


This property specifies the public key algorithms that can be used during the SSH handshake.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property PublicKeyAlgorithms [Index : TSSHPublicKeyAlgorithm] : boolean;
    TSSHPublicKeyAlgorithm = SSH_PK_FIRST..SSH_PK_LAST;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Index - index of the public key algorithm.

Values

Description

    Set this property before calling the Connect method. It specifies which public key algorithms may be used while establishing the SSH session.

See also:     PublicKeyAlgorithm    

Discuss this help topic in SecureBlackbox Forum