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

X9ECParameters

public X9ECPoint BaseEntry { get; }

public ECCurve Curve { get; }

public X9Curve CurveEntry { get; }

public ECPoint G { get; }

public BigInteger H { get; }

public BigInteger N { get; }

public X9ECParameters(ECCurve curve, ECPoint g, BigInteger n, BigInteger h, byte[] seed)

public X9ECParameters(ECCurve curve, X9ECPoint g, BigInteger n, BigInteger h, byte[] seed)

public static X9ECParameters GetInstance(object obj)

public byte[] GetSeed()