PowerSNMP for .NET
PrivacyProtocol Enumeration




Defines the algorithm to be used for Version 3 message encryption.
Syntax
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 
Members
MemberValueDescription
Aes1283 Selects the AES128 algorithm to perform message encryption. FIPS-140 compliant.
Aes1924 Selects the AES192 algorithm to perform message encryption. FIPS-140 compliant.
Aes2565 Selects the AES256 algorithm to perform message encryption. FIPS-140 compliant.
Des1 Selects the DES algorithm to perform message encryption.
None0 No encryption/decryption is desired.
TripleDes2 Selects the Triple DES algorithm to perform message encryption. FIPS-140 compliant.
Remarks
Cisco-specific extensions are used for 3-DES, AES 192-bit and AES 256-bit encryption.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Snmp.PrivacyProtocol

See Also

Reference

Dart.Snmp Namespace

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic