Click or drag to resize

PrfBytes Method

Generate output bytes using a pseudorandom function (PRF).

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static byte[] Bytes(
	int numBytes,
	byte[] message,
	byte[] key,
	string customStr,
	PrfAlgorithm prfAlg
)

Parameters

numBytes  Int32
Required number of output bytes.
message  Byte
Input message data.
key  Byte
Key.
customStr  String
Customization string (optional).
prfAlg  PrfAlgorithm
PRF algorithm.

Return Value

Byte
Output data in byte array.
See Also