Visual Basic (Declaration) | |
---|---|
Public Enum PrivacyProtocol Inherits System.Enum |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As PrivacyProtocol |
C# | |
---|---|
public enum PrivacyProtocol : System.Enum |
Managed Extensions for C++ | |
---|---|
__value public enum PrivacyProtocol : public System.Enum |
C++/CLI | |
---|---|
public enum class PrivacyProtocol : public System.Enum |
Member | Description |
---|---|
Aes128 | Selects the AES128 algorithm to perform message encryption. |
Aes192 | Selects the AES192 algorithm to perform message encryption. |
Aes256 | Selects the AES256 algorithm to perform message encryption. |
Des | Selects the DES algorithm to perform message encryption. |
None | No encryption/decryption is desired. |
TripleDes | Selects the Triple DES algorithm to perform message encryption. This is FIPS-140 compliant. |
System.Object
System.ValueType
System.Enum
Dart.Snmp.PrivacyProtocol
Target Platforms: Microsoft .NET Framework 2.0