Click or drag to resize

PrfBytes Method

Generate output bytes using a pseudorandom function (PRF).

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static byte[] Bytes(
	int numBytes,
	byte[] message,
	byte[] key,
	PrfAlg prfAlg,
	string customStr = ""
)

Parameters

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

Return Value

Byte
Output data in byte array.
See Also