Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.PublicKeyAlgorithms

TElIdSSHClientServerIOHandler     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

    This property specifies which public key algorithms may be used while establishing the SSH session.

See also:     PublicKeyAlgorithm    

Discuss this help topic in SecureBlackbox Forum