public static byte[] GenerateSeed(
IEntropySource entropySource,
int numBytes
)
Public Shared Function GenerateSeed (
entropySource As IEntropySource,
numBytes As Integer
) As Byte()
public:
static array<unsigned char>^ GenerateSeed(
IEntropySource^ entropySource,
int numBytes
)
Org.BouncyCastle.Crypto.Prng.EntropyUtilities.GenerateSeed = function(entropySource, numBytes);