Cipher LittleEndianToUInt32 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 uint LittleEndianToUInt32(
	byte[] buffer
)

Parameters

buffer
Type:  OnlineSystem Byte 
The buffer.

Return Value

Converted OnlineUInt32.
See Also