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