PowerSNMP for .NET
ChangeRemoteAuthenticationPassword(IPEndPoint,String) Method




The target SNMP entity.
The new password.
Changes this user's authentication password on the target SNMP entity.
Syntax
Public Overloads Sub ChangeRemoteAuthenticationPassword( _
   ByVal target As IPEndPoint, _
   ByVal authenticationPassword As String _
) 
Dim instance As User
Dim target As IPEndPoint
Dim authenticationPassword As String
 
instance.ChangeRemoteAuthenticationPassword(target, authenticationPassword)
public void ChangeRemoteAuthenticationPassword( 
   IPEndPoint target,
   string authenticationPassword
)
public: void ChangeRemoteAuthenticationPassword( 
   IPEndPoint* target,
   string* authenticationPassword
) 
public:
void ChangeRemoteAuthenticationPassword( 
   IPEndPoint^ target,
   String^ authenticationPassword
) 

Parameters

target
The target SNMP entity.
authenticationPassword
The new password.
Remarks

This method will attempt to change this User's authentication password to the provided password on the target SNMP entity a usmUserOwnAuthKeyChange message. If the operation succeeds, the authentication password will also be updated locally. This method uses the EngineID property of this class as the authoritative EngineID for the operation.

See Also

Reference

User Class
User Members
Overload List


PowerSNMP for .NET Documentation Version 8.1
© 2026 Dart Communications. All Rights Reserved.
Send comments on this topic