public CryptoApiEntropySourceProvider(
RandomNumberGenerator rng,
bool isPredictionResistant
)
Public Sub New (
rng As RandomNumberGenerator,
isPredictionResistant As Boolean
)
public:
CryptoApiEntropySourceProvider(
RandomNumberGenerator^ rng,
bool isPredictionResistant
)
Org.BouncyCastle.Crypto.Prng.CryptoApiEntropySourceProvider = function(rng, isPredictionResistant);