PowerSNMP for .NET CF
Passwords Constructor()
See Also  Send comments on this topic.
Dart.Snmp Namespace > Passwords Class > Passwords Constructor : Passwords Constructor()




Initializes a new instance using neither authentication nor privacy.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As New Passwords()
C# 
public Passwords()
Managed Extensions for C++ 
public: Passwords();
C++/CLI 
public:
Passwords();

Exceptions

ExceptionDescription
System.ArgumentExceptionA parameter is a string of 0 length, or authenticationPassword is null and privacyPassword is not.

Remarks

Instances of Passwords is added to AuthoritativeEngine.Users to enable SNMP version 3 authentication and privacy (decryption).

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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