edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

SSHMACAlgorithm Enumeration

Available MAC algorithms

Namespace:  EnterpriseDT.Net.Ssh
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
[FlagsAttribute]
public enum SSHMACAlgorithm
Members
  Member nameValueDescription
HMACSHA11hmac-sha1
HMACMD52hmac-md5
HMAC_SHA1_964hmac-sha1-96
HMAC_MD5_968hmac-md5-96
HMAC_SHA2_25616hmac-sha2-256
HMAC_SHA2_51232hmac-sha2-512
HMAC_SHA2_256_ETM64hmac-sha2-256-etm
HMAC_SHA2_512_ETM128hmac-sha2-512-etm
All255All HMAC algorithms enabled
See Also