BigInteger StructureSSH .NET Client Library Documentation
Represents an arbitrarily large signed integer.

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

public struct BigInteger : IComparable, 
	IFormattable, IComparable<BigInteger>, IEquatable<BigInteger>
See Also