SshFingerprint.ToArray Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
ToArray(SignatureHashAlgorithm)
Returns the fingerprint produced using the specified algorithm as a byte array.
Declaration
public byte[] ToArray(SignatureHashAlgorithm algorithm)
Parameters
Type | Name | Description |
---|---|---|
SignatureHashAlgorithm | algorithm | Algorithm to be used to compute the fingerprint. |
Returns
Type | Description |
---|---|
Byte[] | Fingerprint as a byte array. |