| 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.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.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code