PowerSNMP for .NET
AuthenticationPassword Property




Gets or sets the authentication password initialized in the constructor.
Syntax
Public Property AuthenticationPassword As String
Dim instance As User
Dim value As String
 
instance.AuthenticationPassword = value
 
value = instance.AuthenticationPassword
public string AuthenticationPassword {get; set;}
public: __property string* get_AuthenticationPassword();
public: __property void set_AuthenticationPassword( 
   string* value
);
public:
property String^ AuthenticationPassword {
   String^ get();
   void set (    String^ value);
}

Property Value

The string value used to authenticate the packet.
Remarks

This agent side property correlates to AuthenticationPassword on the manager side. It should be the same value used by the sender of the packet when the authentication algorithm was used.

See Also

Reference

User Class
User Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic