Click or drag to resize

CipherPad(Byte, CipherAlgorithm, Padding) Method

Pad byte array for block cipher.

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static byte[] Pad(
	byte[] input,
	CipherAlgorithm cipherAlg,
	Padding pad
)

Parameters

input  Byte
data to be padded
cipherAlg  CipherAlgorithm
Block cipher being used
pad  Padding
Padding method to use

Return Value

Byte
Padded data in byte array
See Also