PowerSNMP for .NET
ChangeRemotePrivacyPassword(IPEndPoint,String) Method




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

Parameters

target
The target SNMP entity.
privacyPassword
The new password.
Remarks
This method will attempt to change this User's privacy password to the provided password on the target SNMP entity using a usmUserOwnPrivKeyChange message. If the operation succeeds, the privacy 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