Class SshIdentificationEventArgs
- Namespace
- Renci.SshNet.Common
- Assembly
- Renci.SshNet.dll
Provides data for the ServerIdentificationReceived events.
public class SshIdentificationEventArgs : EventArgsInheritance
Inherited Members
Constructors
SshIdentificationEventArgs(SshIdentification)
Initializes a new instance of the Renci.SshNet.Common.SshIdentificationEventArgs class.
public SshIdentificationEventArgs(SshIdentification sshIdentification)Parameters
- sshIdentificationSshIdentification
- 
The SSH identification. 
Properties
SshIdentification
Gets the SSH identification.
public SshIdentification SshIdentification { get; }