wodSFTP ActiveX Control - FingerPrint Property
      
 

Description

Returns fingerprint of the host's key.


Property type

A String value.  


Syntax

object.FingerPrint



The FingerPrint Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodSFTP.

Remarks

The FingerPrint property will return a text readable hex representation of the fingerprint of the server's key. It is the same fingerprint as fired with HostFingerprint event, in case you cannot use it from that event.