SSHMACAlgorithm Enumeration |
Available MAC algorithms
Namespace:
EnterpriseDT.Net.Ssh
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax[FlagsAttribute]
public enum SSHMACAlgorithm
<FlagsAttribute>
Public Enumeration SSHMACAlgorithm
[FlagsAttribute]
public enum class SSHMACAlgorithm
[<FlagsAttribute>]
type SSHMACAlgorithm
Members
| Member name | Value | Description |
---|
| HMACSHA1 | 1 | hmac-sha1 |
| HMACMD5 | 2 | hmac-md5 |
| HMAC_SHA1_96 | 4 | hmac-sha1-96 |
| HMAC_MD5_96 | 8 | hmac-md5-96 |
| HMAC_SHA2_256 | 16 | hmac-sha2-256 |
| HMAC_SHA2_512 | 32 | hmac-sha2-512 |
| HMAC_SHA2_256_ETM | 64 | hmac-sha2-256-etm |
| HMAC_SHA2_512_ETM | 128 | hmac-sha2-512-etm |
| All | 255 | All HMAC algorithms enabled |
See Also