| Dart.PowerSNMP Namespace > AuthoritativeEngine Class : Users Property |
A table of authorized SNMP version 3 users with associated passwords.
[Visual Basic]
Public ReadOnly Property Users As UserHashtable[C#]
public UserHashtable Users {get;}[C++]
public: __property UserHashtable* get_Users();[C++/CLI]
public:
property UserHashtable^ Users {
UserHashtable^ get();
}A Hashtable using Username as the key and a Passwords object as the value.
Initialize this Hashtable with Usernames and the associated Passwords object to process received SNMP version 3 packets. Packets received from other users, or packets that cannot be authenticated or decrypted will generate a DecodingException.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
AuthoritativeEngine Class | AuthoritativeEngine Members
Send comments on this topic.
Documentation version 1.2.0.0.
© 2008 Dart Communications. All rights reserved.