HostKeyEventArgs KeyLength Property SSH .NET Client Library Documentation
Gets the length of the key in bits.

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

public int KeyLength { get; private set; }

Field Value

The length of the key in bits.
See Also