PowerSNMP for .NET CF
PrivacyProtocol Enumeration
See Also  Send comments on this topic.
Dart.Snmp Namespace : PrivacyProtocol Enumeration




Defines the algorithm to be used for Version 3 message encryption.

Syntax

Visual Basic (Declaration) 
Public Enum PrivacyProtocol 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
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 

Members

MemberDescription
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.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.