CipherPadding Pad Method SSH .NET Client Library Documentation
Pads specified input to match block size.

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

public abstract byte[] Pad(
	int blockSize,
	byte[] input
)

Parameters

blockSize
Type: OnlineSystem Int32
Size of the block.
input
Type:  OnlineSystem Byte 
The input.

Return Value

Padded data array.
See Also