ECKeyParameters abstract class ECKeyParameters : AsymmetricKeyParameter Documentation Code public string AlgorithmName { get; } public ECDomainParameters Parameters { get; } protected ECKeyParameters(string algorithm, bool isPrivate, ECDomainParameters parameters) protected bool Equals(ECKeyParameters other)