Discuss this help topic in SecureBlackbox Forum

TElIdSSHServerIOHandler.MacAlgorithms

TElIdSSHServerIOHandler     


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


This property specifies the MAC algorithms which can be used during SSH session

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property MacAlgorithms [Index : TSSHMacAlgorithm] : boolean;
    TSSHMacAlgorithm = SSH_MA_FIRST..SSH_MA_LAST;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Index - index of the MAC algorithm.

Values

Description

    This property should contain the MAC (message authentication code) algorithms, which may be used through the SSH session.

Discuss this help topic in SecureBlackbox Forum