Privacy protocol enumeration.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public enum PrivacyProtocols
Public Enumeration PrivacyProtocols
public enum class PrivacyProtocols
Members
| Member | 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.
|