PowerSNMP for .NET CF
Users Field
See Also  Send comments on this topic.
Dart.Snmp Namespace > AuthoritativeEngine Class : Users Field




A table of authorized SNMP version 3 users with associated passwords.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Users As Dictionary(Of String,Passwords)
Visual Basic (Usage)Copy Code
Dim instance As AuthoritativeEngine
Dim value As Dictionary(Of String,Passwords)
 
value = instance.Users
C# 
public readonly Dictionary<string,Passwords> Users
Managed Extensions for C++ 
public: readonly Dictionary<string*,Passwords*>* Users
C++/CLI 
public:
readonly Dictionary<String^,Passwords^>^ Users

Property Value

A Hashtable using Username as the key and a Passwords object as the value.

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.