SshIdentificationEventArgs public class SshIdentificationEventArgs : EventArgs Provides data for the ServerIdentificationReceived events. Documentation Code public SshIdentification SshIdentification { get; } Gets the SSH identification. public SshIdentificationEventArgs(SshIdentification sshIdentification) Initializes a new instance of the SshIdentificationEventArgs class.