Dart.Snmp Namespace > AuthoritativeEngine Class : Users Field |
Public Users As SafeDictionary(Of String,User)
Dim instance As AuthoritativeEngine Dim value As SafeDictionary(Of String,User) value = instance.Users instance.Users = value
public SafeDictionary<string,User> Users
public: SafeDictionary<string*,User*>* Users
public: SafeDictionary<String^,User^>^ Users
Initialize with usernames and associated Users to authenticate and decrypt received SNMP version 3 packets.
If the username from a message is not contained in this collection, CreateResponse() will return a ReportMessage. If the username from a message is contained in this collection but the message is encrypted with an incorrect privacy password, CreateResponse() will return null.