Dart.Snmp Namespace : PrivacyProtocol Enumeration |
Public Enum PrivacyProtocol Inherits System.Enum
Dim instance As PrivacyProtocol
public enum PrivacyProtocol : System.Enum
__value public enum PrivacyProtocol : public System.Enum
public enum class PrivacyProtocol : public System.Enum
Member | Value | Description |
---|---|---|
Aes128 | 3 | Selects the AES128 algorithm to perform message encryption. FIPS-140 compliant. |
Aes192 | 4 | Selects the AES192 algorithm to perform message encryption. FIPS-140 compliant. |
Aes256 | 5 | Selects the AES256 algorithm to perform message encryption. FIPS-140 compliant. |
Des | 1 | Selects the DES algorithm to perform message encryption. |
None | 0 | No encryption/decryption is desired. |
TripleDes | 2 | Selects the Triple DES algorithm to perform message encryption. FIPS-140 compliant. |
System.Object
System.ValueType
System.Enum
Dart.Snmp.PrivacyProtocol