CryptoSys PKI Pro Manual

Xof.Bytes Method

Generate bytes using an eXtendable-Output Function (XOF).

Syntax

[C#]
public static byte[] Bytes(
	int numBytes,
	byte[] message,
	Xof.Alg xofAlg
)
[VB.NET]
Public Shared Function Bytes ( _
	numBytes As Integer, _
	message As Byte(), _
	xofAlg As Xof.Alg _
) As Byte()

Parameters

numBytes
Required number of output bytes.
message
Input message data.
xofAlg
Type: Xof.Alg
XOF algorithm.

Return Value

Output data in byte array.

See Also

VB6/C equivalent: XOF_Bytes

[Contents] [Index]

[PREV: X509.VerifyCert Method...]   [Contents]   [Index]   
   [NEXT: Enumerations in .NET...]

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