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

Namespace: EnterpriseDT.Net.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
[FlagsAttribute]
public enum SSHMACAlgorithm
Visual Basic
<FlagsAttribute> _
Public Enumeration SSHMACAlgorithm
Visual C++
[FlagsAttribute]
public enum class 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
All63All HMAC algorithms enabled

See Also