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.