EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.MacAlgorithmServerToClient

TElSimpleSSHClient     See also    


 

This property specifies the MAC algorithm which was accepted during the SSH handshake

 
 

Declaration

[C#]
    TSSHMacAlgorithm MacAlgorithmServerToClient

[VB.NET]
    Property MacAlgorithmServerToClient As TSSHMacAlgorithm

[Pascal]
    property MacAlgorithmServerToClient : TSSHMacAlgorithm;
    TSSHMacAlgorithm = SSH_MA_FIRST..SSH_MA_LAST;

[VB6]
    Property IElSimpleSSHClientX.MacAlgorithmServerToClient As tagTxSSHMACAlgorithm

[ActiveX]
    HRESULT _stdcall IElSimpleSSHClientX.MacAlgorithmServerToClient([out, retval] TxSSHMACAlgorithm * Value );

[DLL]
    not implemented;
 
 

Values

[.NET] [Pascal]  Value Description
SSH_MA_HMAC_SHA1 0 (0x00) HMAC with SHA-1 digest
SSH_MA_HMAC_SHA1_96 1 (0x01) HMAC with SHA-1 digest, truncated to 96 bits
SSH_MA_HMAC_MD5 2 (0x02) HMAC with MD5 digest
SSH_MA_HMAC_MD5_96 3 (0x03) HMAC with MD5 digest, truncated to 96 bits
SSH_MA_HMAC_RIPEMD160 4 (0x04) HMAC with RIPEMD digest
SSH_MA_HMAC_SHA256 7 (0x07) HMAC with SHA-256 digest
SSH_MA_HMAC_SHA256_96 8 (0x08) HMAC with SHA-256 digest, truncated to 96 bits
SSH_MA_NONE 9 (0x09) MAC algorithm is not used
Declared in
[.NET] [Pascal]
Namespace: SBSSHConstants
Assembly: SecureBlackbox.SSHClient
Unit: SBSSHConstants

 
 

Description

    It returns the MAC (message authentication code) algorithm, which was accepted during the SSH handshake for the Server->Client direction.

 
 

See also:     MacAlgorithms

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation