Defines password change results.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration SshPasswordChangeResult |
| C# |
|---|
public enum SshPasswordChangeResult |
Members
| Member 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.
|