PowerSNMP for .NET
TrapUsers Field




A list of User objects used to authenticate or decrypt received SNMPv3 traps. Not used by Agent.
Syntax
Public TrapUsers As TrapUserList
Dim instance As SessionSecurity
Dim value As TrapUserList
 
value = instance.TrapUsers
 
instance.TrapUsers = value
public TrapUserList TrapUsers
public: TrapUserList* TrapUsers
public:
TrapUserList^ TrapUsers
Remarks
To decode SNMPv3 traps for the User received from any Agent, leave User.EngineId empty. To decode SNMPv3 traps for the User received from a specific Agent (more secure), populate User.EngineId with the sending Agent's EngineId.
See Also

Reference

SessionSecurity Class
SessionSecurity Members

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