Privacy protocol enumeration.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public enum PrivacyProtocols |
| Visual Basic (Declaration) |
|---|
Public Enumeration PrivacyProtocols |
| Visual C++ |
|---|
public enum class PrivacyProtocols |
Members
| Member name | Description | |
|---|---|---|
| None |
No privacy protocol. Data will not be encrypted
| |
| DES |
Privacy protocol is DES (56 bit encryption)
| |
| AES128 |
Privacy protocol is AES-128 (128 bit key). For implementation details, see PrivacyAES128 and
PrivacyAES classes.
|