EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.MACAlgorithmPriorities

TElSimpleSSHClient     See also    


 

Specifies priorities of different MAC algorithms.

 
 

Declaration

[C#]
    int get_MACAlgorithmPriorities(TSSHMACAlgorithm Index);
    void set_MACAlgorithmPriorities(TSSHMACAlgorithm Index, int Value);

[VB.NET]
     Property MACAlgorithmPriorities(ByVal Index As TSSHMACAlgorithm) As Integer

[Pascal]
    property MACAlgorithmPriorities [Index : TSSHMACAlgorithm] : integer;
    TSSHMACAlgorithm = SSH_MA_FIRST..SSH_MA_LAST;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of the desired MAC algorithm.
  • [C#]Value - desired priority value
 
 

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

    Use this property to get or set priority values of the MAC algorithms. The higher is this value, the more preferred is the algorithm.

 
 

See also:     MACAlgorithms

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