MAC algorithm.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration SshMacAlgorithm |
| C# |
|---|
[FlagsAttribute] public enum SshMacAlgorithm |
Members
| Member name | Description | |
|---|---|---|
| None |
No MAC algorithm.
| |
| MD5 |
MD5 algorithm.
| |
| SHA1 |
SHA-1 algorithm.
| |
| SHA256 |
SHA-256 algorithm.
| |
| SHA512 |
SHA-512 algorithm.
| |
| Any |
Any algorithm.
|