Table of Contents

Class SshIdentificationEventArgs

Namespace
Renci.SshNet.Common
Assembly
Renci.SshNet.dll

Provides data for the ServerIdentificationReceived events.

public class SshIdentificationEventArgs : EventArgs

Inheritance

Inherited Members

Constructors

SshIdentificationEventArgs(SshIdentification)

Initializes a new instance of the Renci.SshNet.Common.SshIdentificationEventArgs class.

public SshIdentificationEventArgs(SshIdentification sshIdentification)

Parameters

sshIdentification SshIdentification

The SSH identification.

Properties

SshIdentification

Gets the SSH identification.

public SshIdentification SshIdentification { get; }

Property Value

SshIdentification