| Dart.Snmp Namespace : AuthenticationProtocol Enumeration |
Public Enum AuthenticationProtocol Inherits System.Enum
Dim instance As AuthenticationProtocol
public enum AuthenticationProtocol : System.Enum
__value public enum AuthenticationProtocol : public System.Enum
public enum class AuthenticationProtocol : public System.Enum
| Member | Value | Description |
|---|---|---|
| Md5 | 1 | Selects the MD5 algorithm to perform message authentication. |
| None | 0 | No authentication is desired. |
| Sha | 2 | Selects the SHA-1 algorithm to perform message authentication. FIPS-140 compliant. |
| Sha224 | 3 | Selects the SHA-2 224-bit algorithm to perform message authentication. FIPS-140 compliant. |
| Sha256 | 4 | Selects the SHA-2 256-bit algorithm to perform message authentication. FIPS-140 compliant. |
| Sha384 | 5 | Selects the SHA-2 384-bit algorithm to perform message authentication. FIPS-140 compliant. |
| Sha512 | 6 | Selects the SHA-2 512 bit algorithm to perform message authentication. FIPS-140 compliant. |
System.Object
System.ValueType
System.Enum
Dart.Snmp.AuthenticationProtocol