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.