KeyExchangeEC abstract class KeyExchangeEC : KeyExchange Documentation Code protected byte[] _clientExchangeValue protected byte[] _clientPayload protected byte[] _hostKey protected byte[] _serverExchangeValue protected byte[] _serverPayload protected byte[] _signature protected abstract int HashSize { get; } protected KeyExchangeEC()