FileTransferClient.Fingerprint Property
Namespace: Rebex.Net
Assembly: Rebex.FileTransfer.dll (version 7.0.9083)
Fingerprint
Gets the server public key fingerprint (for SFTP) or the server certificate thumbprint (for FTP/SSL).
Declaration
public string Fingerprint { get; }
Property Value
Type | Description |
---|---|
String | Server fingerprint/thumbprint or null (for unsecured FTP). |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | When this object has not been connected to the server. |