edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSHMACAlgorithm Enumeration

Available MAC algorithms

Definition

Namespace: EnterpriseDT.Net.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
[FlagsAttribute]
public enum SSHMACAlgorithm

Members

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