BigInteger ToByteArray Method SSH .NET Client Library Documentation
Converts a System.Numerics.BigInteger value to a byte array.

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

public byte[] ToByteArray()

Return Value

The value of the current System.Numerics.BigInteger object converted to an array of bytes.
See Also