CryptoSys PKI Pro Manual

Prf.Bytes Method

Generate output bytes using a pseudorandom function (PRF).

Syntax

[C#]
public static byte[] Bytes(
	int numBytes,
	byte[] message,
	byte[] key,
	Prf.Alg prfAlg,
	string customStr
)
[VB.NET]
Public Shared Function Bytes ( _
	numBytes As Integer, _
	message As Byte(), _
	key As Byte(), _
	prfAlg As Prf.Alg, _
	customStr As String _
) As Byte()

Parameters

numBytes
Required number of output bytes.
message
Input message data.
key
Key.
prfAlg
Type: Prf.Alg
PRF algorithm.
customStr
Customization string (optional).

Return Value

Output data in byte array.

See Also

VB6/C equivalent: PRF_Bytes

[Contents] [Index]

[PREV: Pfx.SignatureIsValid Method...]   [Contents]   [Index]   
   [NEXT: Pwd.Prompt Method...]

Copyright © 2004-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.