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 nameDescription
Supported by the .NET Compact FrameworkSuccess
Password has been changed and the user has been authenticated. It is not necessary to call the Authenticate method now.
Supported by the .NET Compact FrameworkChangedButNotAuthenticated
Password has been changed, but the user has not been authenticated. It is still necessary to call the Authenticate method.
Supported by the .NET Compact FrameworkFailure
The password has not been changed. Either password changing was not supported, or the old password was bad.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also