Class SshIdentificationEventArgs
Provides data for the ServerIdentificationReceived events.
public class SshIdentificationEventArgs : EventArgs
- Inheritance
-
SshIdentificationEventArgs
- Inherited Members
Constructors
SshIdentificationEventArgs(SshIdentification)
Initializes a new instance of the SshIdentificationEventArgs class.
public SshIdentificationEventArgs(SshIdentification sshIdentification)
Parameters
sshIdentification
SshIdentificationThe SSH identification.
Properties
SshIdentification
Gets the SSH identification.
public SshIdentification SshIdentification { get; }