Represents possible authentication methods results
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Success | 0 | Authentication was successful. | |
| PartialSuccess | 1 | Authentication completed with partial success. | |
| Failure | 2 | Authentication failed. |
See Also