See Also

AuthoritativeEngine Class  | AuthoritativeEngine Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerSNMP for .NET

Users Property

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(); }

Return Type

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

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

AuthoritativeEngine Class  | AuthoritativeEngine Members


Send comments on this topic.

Documentation version 1.2.0.0.

© 2008 Dart Communications.  All rights reserved.