| Dart.Snmp Namespace > User Class > ChangeRemoteAuthenticationPassword Method : ChangeRemoteAuthenticationPassword(IPEndPoint,String) Method |
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 )
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.