SshAuthenticationRequestEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Provides data for the AuthenticationRequest event.
Syntax
public class SshAuthenticationRequestEventArgs : EventArgs
Inherited Members
Properties
Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether to cancel the authentication. |
Instructions | Gets instructions. |
Items | Collection of prompts and answers for the authentication request. |
Name | Gets the SSH server name. |
Methods
Name | Description |
---|---|
Ignore() | Ignore the authentication request. Equivalent to no event being initialized at all. |