Cipher BigEndianToUInt32 Method ( Byte )SSH .NET Client Library Documentation
Converts big 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 BigEndianToUInt32(
	byte[] buffer
)

Parameters

buffer
Type:  OnlineSystem Byte 
The buffer.

Return Value

Converted OnlineInt32.
See Also