Initializes a new instance of the SshFingerprintEventArgs class with the specified server key.

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

Syntax

Visual Basic
Public Sub New ( _
	serverKey As SshPublicKey _
)
C#
public SshFingerprintEventArgs(
	SshPublicKey serverKey
)

Parameters

serverKey
Type: Rebex.Net..::..SshPublicKey
The server key.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also