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

ExceptionCondition
System..::..InvalidOperationExceptionWhen this object has not been connected to the server.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also