SshFingerprint.Compute Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
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. |