Computes a fingerprint of the specified key.

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

Syntax

Visual Basic
Public Shared Function Compute ( _
	key As Byte() _
) As SshFingerprint
C#
public static SshFingerprint Compute(
	byte[] key
)

Parameters

key
Type: array<System..::..Byte>[]()[][]
Key data.

Return Value

Fingerprint.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also