SshAuthenticationRequestItem Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
Represents one question/answer pair for the AuthenticationRequest event.
Syntax
public class SshAuthenticationRequestItem
Inherited Members
Properties
| Name | Description |
|---|---|
| IsSecret | Gets a value indicating whether the response is considered secret and should not be displayed. |
| Prompt | Gets the authentication prompt (question). |
| Response | Gets or sets response to the prompt. |