SshFingerprintEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
SshFingerprintEventArgs(SshFingerprint)
Initializes a new instance of the Ssh
Declaration
public SshFingerprintEventArgs(SshFingerprint fingerprint)
Parameters
Type | Name | Description |
---|---|---|
Ssh |
fingerprint | The server's fingerprint. |
SshFingerprintEventArgs(SshPublicKey)
Initializes a new instance of the Ssh
Declaration
public SshFingerprintEventArgs(SshPublicKey serverKey)
Parameters
Type | Name | Description |
---|---|---|
Ssh |
serverKey | The server key. |