<PackageReference Include="BouncyCastle.Cryptography" Version="2.0.0" />

ECDomainParameters

public class ECDomainParameters
public ECCurve Curve { get; }

public ECPoint G { get; }

public BigInteger H { get; }

public BigInteger HInv { get; }

public BigInteger N { get; }

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

protected virtual bool Equals(ECDomainParameters other)

public byte[] GetSeed()