PowerSNMP for .NET
User Field




Specifies username, passwords and authentication/privacy level used.
Syntax
Public User As User
Dim instance As Security
Dim value As User
 
value = instance.User
 
instance.User = value
public User User
public: User* User
public:
User^ User
Remarks

A manager sending an SNMPv3 request must set this property to the values needed for user authentication and encryption. Agents are authoritative when responding to Manager requests and sending traps. Managers are authoritative when responding to Inform requests.

An agent sending an SNMPv3 trap will typically set this property to a user found in Agent.Security.AuthoritativeEngine.Users.

This class caches intermediate hashing and encryption values, so re-using instances improves performance.

See Also

Reference

Security Class
Security Members

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