Renci.SshNet.Security.Org.BouncyCastle.Crypto.KeyGenerationParameters
class KeyGenerationParameters
namespace Renci.SshNet.Security.Org.BouncyCastle.Crypto
{
internal class KeyGenerationParameters
{
public SecureRandom Random { get; }
public int Strength { get; }
public KeyGenerationParameters(SecureRandom random, int strength);
}
}