SshFingerprint.Compute Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
Compute(Byte[])
Computes a fingerprint of the specified key.
Declaration
public static SshFingerprint Compute(byte[] key)
Parameters
| Type | Name | Description |
|---|---|---|
| Byte[] | key | Key data. |
Returns
| Type | Description |
|---|---|
| SshFingerprint | Fingerprint. |