public SP800SecureRandom BuildCtr(
IBlockCipher cipher,
int keySizeInBits,
byte[] nonce,
bool predictionResistant
)Public Function BuildCtr (
cipher As IBlockCipher,
keySizeInBits As Integer,
nonce As Byte(),
predictionResistant As Boolean
) As SP800SecureRandompublic:
SP800SecureRandom^ BuildCtr(
IBlockCipher^ cipher,
int keySizeInBits,
array<unsigned char>^ nonce,
bool predictionResistant
)function BuildCtr(cipher, keySizeInBits, nonce, predictionResistant);