SnmpSource Help

SnmpV3AuthenticationEncryptionFlags Enumeration

The enum defines the snmp version 3's message flags.

public enum SnmpV3AuthenticationEncryptionFlags

Members

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)

Requirements

Namespace: SnmpSource

Assembly: SnmpSource (in SnmpSource.dll)

See Also

SnmpSource Namespace