Returns a string representation of the fingerprint. SHA-256 hash is returned at the moment, but please be aware that this might change in future. Use ToString(SignatureHashAlgorithm, Boolean) instead to ensure consistent behavior.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Overrides Function ToString As String
C#
public override string ToString()

Return Value

A string representation of the fingerprint.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also