Cipher LittleEndianToUInt64 Method ( Byte )SSH .NET Client Library Documentation
Converts little endian bytes into number.

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

protected static ulong LittleEndianToUInt64(
	byte[] buffer
)

Parameters

buffer
Type:  OnlineSystem Byte 
The buffer.

Return Value

Converted OnlineUInt64.
See Also