Defines password change results.
public enum SecureShellChangePasswordResult
Public Enum SecureShellChangePasswordResult
public enum class SecureShellChangePasswordResult
Name | Description |
---|
Success | Password has been changed and the user has been authenticated. It is not necessary to call the Authenticate method now. |
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. |
Top