MD5Hash HashSize Property SSH .NET Client Library Documentation
Gets the size, in bits, of the computed hash code.

Namespace: Renci.SshNet.Security.Cryptography
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public override int HashSize { get; }

Return Value

The size, in bits, of the computed hash code.
See Also