public KeyGenerationParameters(
SecureRandom random,
int strength
)
Public Sub New (
random As SecureRandom,
strength As Integer
)
public:
KeyGenerationParameters(
SecureRandom^ random,
int strength
)
Org.BouncyCastle.Crypto.KeyGenerationParameters = function(random, strength);