PowerSNMP for .NET
SecurityLevel Enumeration




Represents the security level specified in an SNMPv3 message.
Syntax
Public Enum SecurityLevel 
   Inherits System.Enum
Dim instance As SecurityLevel
public enum SecurityLevel : System.Enum 
__value public enum SecurityLevel : public System.Enum 
public enum class SecurityLevel : public System.Enum 
Members
MemberValueDescription
AuthOnly1 Authentication only.
AuthPriv2 Authentication and privacy (encryption).
None0 No authentication or privacy.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Snmp.SecurityLevel

See Also

Reference

Dart.Snmp Namespace

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic