<PackageReference Include="SSH.NET" Version="2020.0.2" />

Renci.SshNet.Security.Org.BouncyCastle.Crypto.Prng.CryptoApiRandomGenerator

namespace Renci.SshNet.Security.Org.BouncyCastle.Crypto.Prng { internal class CryptoApiRandomGenerator : IRandomGenerator { public CryptoApiRandomGenerator(); public CryptoApiRandomGenerator(RandomNumberGenerator rng); public virtual void AddSeedMaterial(byte[] seed); public virtual void AddSeedMaterial(long seed); public virtual void NextBytes(byte[] bytes); public virtual void NextBytes(byte[] bytes, int start, int len); } }