The enum defines the snmp version 3's message flags.
| Member Name | Description |
|---|---|
| NoAuthNoEncr | No authentication and no Encryption (0) |
| AuthNoEncr | Authentication without Encryption (1) |
| AuthEncr | Authentication and Encryption (3) |
| ReportableNoAuthNoEncr | Reportable without authentication and Encryption (4) |
| ReportableAuthNoEncr | Reportable authentication without Encryption (5) |
| ReportableAuthEncr | Reportable authencation and Encryption (7) |
Namespace: SnmpSource
Assembly: SnmpSource (in SnmpSource.dll)