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

AuthenticationProtocol Property

The authentication protocol used for SNMPv3 packets.

Syntax

[VB.NET]
Public Property AuthenticationProtocol As SnmpmgrAuthenticationProtocols

[C#]
public SnmpmgrAuthenticationProtocols AuthenticationProtocol {get; set;}

enum SnmpmgrAuthenticationProtocols { authpHMACMD596, authpHMACSHA96, authpHMAC192SHA256 }

Remarks

This property defines the authentication protocol used when SNMPVersion is set to snmpverV3. Possible values are:

  • 1 (HMAC-MD5-96 - default)
  • 2 (HMAC-SHA-96)
  • 3 (HMAC-192-SHA-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