IP*Works! S/SNMP V9 - Online Help
IP*Works! S/SNMP V9
Questions / Feedback?

EncryptionAlgorithm Property

The encryption algorithm used for SNMPv3 packets.

Syntax

[VB.NET]
Public Property EncryptionAlgorithm As SnmpmgrEncryptionAlgorithms

[C#]
public SnmpmgrEncryptionAlgorithms EncryptionAlgorithm {get; set;}

enum SnmpmgrEncryptionAlgorithms { encraDES, encraAES, encra3DES, encraAES192, encraAES256 }

Remarks

In order to use encryption, you must set the EncryptionPassword property. The supported algorithms for encryption are:

DES (1)Data Encryption Standard.
AES (2)Advanced Encryption Standard with key length of 128.
3DES (3)Triple Data Encryption Standard.
AES192 (4)Advanced Encryption Standard with key length of 192.
AES256 (5)Advanced Encryption Standard with key length of 256.

This property is not available at design time.

Default Value

1

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0