SshPasswordChangeResult Enum
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Defines password change results.
Syntax
public enum SshPasswordChangeResult
Fields
Name | Description |
---|---|
ChangedButNotAuthenticated | Password has been changed, but the user has not been authenticated. It is still necessary to call the Authenticate method. |
Failure | The password has not been changed. Either password changing was not supported, or the old password was bad. |
Success | Password has been changed and the user has been authenticated. It is not necessary to call the Authenticate method now. |