Cipher LittleEndianToUInt32 Method ( Byte , Int32)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,
	int offset
)

Parameters

buffer
Type:  OnlineSystem Byte 
The buffer.
offset
Type: OnlineSystem Int32
The buffer offset.

Return Value

Converted OnlineInt32.
See Also