Privacy protocol enumeration.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.6.0.0 (0.6.0.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.
| |
| AES192 |
Privacy protocol is AES-192 (128 bit key). For implementation details, see PrivacyAES192 and
PrivacyAES classes.
| |
| AES256 |
Privacy protocol is AES-156 (256 bit key). For implementation details, see PrivacyAES256 and
PrivacyAES classes.
|