Populates buffer with little endian number representation.
Namespace: Renci.SshNet.Security.CryptographyAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
protected static void UInt64ToLittleEndian(
ulong number,
byte[] buffer
)
protected static void UInt64ToLittleEndian(
ulong number,
byte[] buffer
)
Protected Shared Sub UInt64ToLittleEndian ( _
number As ULong, _
buffer As Byte() _
)
Protected Shared Sub UInt64ToLittleEndian ( _
number As ULong, _
buffer As Byte() _
)
protected:
static void UInt64ToLittleEndian(
unsigned long long number,
array<unsigned char>^ buffer
)