Gets the server public key fingerprint (for SFTP) or the server certificate thumbprint (for FTP/SSL).
Namespace:
Rebex.Net
Assembly:
Rebex.FileTransfer (in Rebex.FileTransfer.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property Fingerprint As String Get |
| C# |
|---|
public string Fingerprint { get; } |
Field Value
Server fingerprint/thumbprint or null (for unsecured FTP).
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | When this object has not been connected to the server. |