X9ECParameters public class X9ECParameters : Asn1Encodable Documentation public X9ECPoint BaseEntry { get; } public ECCurve Curve { get; } public X9Curve CurveEntry { get; } public X9FieldID FieldIDEntry { get; } public ECPoint G { get; } public BigInteger H { get; } public BigInteger N { get; } public X9ECParameters(Asn1Sequence seq) public X9ECParameters(ECCurve curve, X9ECPoint g, BigInteger n) public X9ECParameters(ECCurve curve, X9ECPoint g, BigInteger n, BigInteger h) public X9ECParameters(ECCurve curve, X9ECPoint g, BigInteger n, BigInteger h, byte[] seed) public static X9ECParameters GetInstance(object obj) public byte[] GetSeed()