SshMacAlgorithm Enum
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
MAC algorithm.
Syntax
[Flags]
public enum SshMacAlgorithm : long
Fields
| Name | Description |
|---|---|
| Any | Any algorithm. |
| MD5 | MD5 algorithm. |
| None | No MAC algorithm. |
| SHA1 | SHA-1 algorithm. |
| SHA256 | SHA-256 algorithm. |
| SHA512 | SHA-512 algorithm. |