SshFingerprint Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Represents the server public key fingerprint.
Syntax
public class SshFingerprint
Inherited Members
Methods
Name | Description |
---|---|
Compute(Byte[]) | Computes a fingerprint of the specified key. |
FromBase64String(String) | Computes a fingerprint of the specified Base64-encoded key. |
ToArray(SignatureHashAlgorithm) | Returns the fingerprint produced using the specified algorithm as a byte array. |
ToString() | Returns a string representation of the fingerprint. SHA-256 hash is returned at the moment, but please be aware that this might change in future. Use ToString(SignatureHashAlgorithm, Boolean) instead to ensure consistent behavior. |
ToString(SignatureHashAlgorithm) | Returns a string representation of the fingerprint produced using the specified algorithm. |
ToString(SignatureHashAlgorithm, Boolean) | Returns a string representation of the fingerprint produced using the specified algorithm. |