Initializes a new instance of the SshFingerprintEventArgs class with the specified fingerprint.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Sub New ( _
	fingerprint As SshFingerprint _
)
C#
public SshFingerprintEventArgs(
	SshFingerprint fingerprint
)

Parameters

fingerprint
Type: Rebex.Net..::..SshFingerprint
The server's fingerprint.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also