KeyExchangeECDH abstract class KeyExchangeECDH : KeyExchangeEC Documentation Code protected abstract ECCurve Curve { get; } Gets the curve. protected abstract X9ECParameters CurveParameter { get; } Gets the parameter of the curve. protected KeyExchangeECDH()