Cipher UInt32ToLittleEndian Method (UInt32,  Byte , Int32)SSH .NET Client Library Documentation
Populates buffer with little endian number representation.

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

protected static void UInt32ToLittleEndian(
	uint number,
	byte[] buffer,
	int offset
)

Parameters

number
Type: OnlineSystem UInt32
The number to convert.
buffer
Type:  OnlineSystem Byte 
The buffer.
offset
Type: OnlineSystem Int32
The buffer offset.
See Also